Not yet implemented.
GET
/account_holders/{id}/account/{account_id}/transactions
curl \
-X GET https://custody.digitalassets-1754.eu/api/v1/account_holders/{id}/account/{account_id}/transactions \
-H "X-API-Key: $API_KEY"
Response examples (200)
[
{
"id": "string",
"account_id": "string",
"asset_id": "string",
"tx_hash": "string",
"amount": 42.0,
"reference": "string",
"destination": "string",
"confirmed_at": "string",
"failed_at": "string"
}
]
Response examples (200)
[
{
"id": "string",
"account_id": "string",
"asset_id": "string",
"tx_hash": "string",
"amount": 42.0,
"reference": "string",
"destination": "string",
"confirmed_at": "string",
"failed_at": "string"
}
]