cURL
curl --request GET \ --url https://api.brl.xyz/api/v0/assets/{asset}/withdrawals/{id}
{ "withdrawal": { "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 specific withdrawal by its ID for the authenticated account for a specific asset. Currently only supports ‘brl’
usdc
usdt
brl
usd
Asset withdrawal retrieved successfully
Show child attributes