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
Unique identifier for the created withdrawal
"660e8400-e29b-41d4-a716-446655440001"
Amount in BRL being withdrawn
"100.50"
Withdrawal method (pix or ted)
ted
pix
"pix"
Current state of the withdrawal
created
rolled-back
completed
processing
"created"
ISO 8601 timestamp when the withdrawal was created
"2024-01-15T10:30:00Z"
ISO 8601 timestamp when the withdrawal state was last updated