Wallet

Get a transaction (ownership-checked)

GET
/wallet/transactions/{id}

Authorization

cookieAuth
pid_access<token>

JWT access token set by /auth/google/callback or /auth/refresh

In: cookie

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/wallet/transactions/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "intentId": "9b966aba-7d18-4a93-b6a8-43845b096776",  "chain": "string",  "network": "string",  "txHash": "string",  "status": "prepared",  "createdAt": "2019-08-24T14:15:22Z"}