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’
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"
}
]
}usdc, usdt, brl, usd Deposits list retrieved successfully
Show child attributes
Unique identifier for the BRL deposit
"660e8400-e29b-41d4-a716-446655440001"
Type of deposit
token, pix, manual-fx "pix"
Amount of the deposit in BRL
"100.50"
Current status of the deposit
created, credited, voided, confirmed "credited"
Source banking information for the BRL deposit
Show child attributes
Tax ID of the sender (CPF/CNPJ)
"12345678900"
Bank code of the sender
"341"
Type of BRL transfer
ted, pix "pix"
Account number of the sender
"12345-6"
Branch code of the sender
"0001"
ISO 8601 timestamp when the deposit was created
"2024-01-15T10:30:00Z"
ISO 8601 timestamp when the deposit was processed
"2024-01-15T10:30:00Z"