cURL
curl --request GET \ --url https://api.brl.xyz/api/v0/assets/{asset}/withdrawals
{ "withdrawals": [ { "id": "660e8400-e29b-41d4-a716-446655440001", "amount": "100.50", "method": "pix", "state": "created", "created-at": "2024-01-15T10:30:00Z", "state-updated-at": "2024-01-15T10:30:00Z" } ] }
Retrieves a list of all withdrawals for the authenticated user for a specific asset. Currently only supports ‘brl’
usdc
usdt
brl
usd
Asset withdrawals list retrieved successfully
Show child attributes