cURL
curl --request GET \ --url https://api.brl.xyz/api/v0/assets/{asset}/deposits
{ "deposits": [ { "id": "660e8400-e29b-41d4-a716-446655440001", "type": "pix", "amount": "100.50", "status": "credited", "coordinates": { "source-tax-id": "12345678900", "source-bank-code": "341", "source-type": "pix", "source-account-number": "12345-6", "source-branch-code": "0001", "target": "<string>" }, "created-at": "2024-01-15T10:30:00Z", "processed-at": "2024-01-15T10:30:00Z" } ] }
Retrieves a list of deposits for the authenticated user for a specific asset type. Asset can be ‘brl’, ‘usd’, ‘usdc’ or ‘usdt’
usdc
usdt
brl
usd
Deposits list retrieved successfully
Show child attributes