Account transaction with specific ID

GET /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts/{custody_account_id}/{id}

Account transaction with specific ID

Path parameters

Responses

GET /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts/{custody_account_id}/{id}
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts/{custody_account_id}/{id}
Response examples (200)
{
  "id": "string",
  "amount": 42.0,
  "from_address": "string",
  "destination_address": "string",
  "reference": "string",
  "asset_code": "string",
  "asset_issuer": "string",
  "tx_hash": "string",
  "confirmed_at": "string",
  "failed_at": "string",
  "created_at": "string",
  "status": "string",
  "cursor": 42
}