cURL
curl --request GET \ --url https://api.sumvin.com/v0/wallets/{wallet_id}/assets/{symbol}/transactions
{ "_links": {}, "wallet_address": "<string>", "wallet_chain_id": 123, "asset_symbol": "<string>", "transactions": [ { "id": "<string>", "type": "<string>", "status": "<string>", "direction": "<string>", "amount": "<string>", "created_at": 123, "tx_hash": "<string>", "merchant_name": "<string>" } ], "total": 123, "offset": 123, "limit": 123 }
Tenant org ID for multi-tenant auth
x >= 0
1 <= x <= 100
Transactions retrieved successfully
HAL-style hypermedia links for navigation and available actions.
Show child attributes