v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Transactions

Show Transaction Wallet Account

Show the Wallet Account associated with the Transaction using a given :id.

get/transactions/{id}/wallet_accounts

Path parameters

idstring required

Transaction ID

Response

OK

Example response

{
  "wallet_accounts": {
    "active": true,
    "id": "46deb476-c1a6-41eb-8eb7-26a695bbe5bc",
    "currency": "AUD",
    "verification_status": "not_verified"
  }
}