cURL
curl --request GET \ --url https://sandbox.trybraid.xyz/v2/portfolio-wallets/{id}/deposits/{depositId} \ --header 'Authorization: Bearer <token>'
{ "id": "2a3ad0af-11b3-41d5-96c5-2b9d8799f1e2", "portfolioWalletId": "9d1a1c83-3a1c-4c14-9c5a-0c9a57a4a7db", "chain": "ethereum", "token": "usdc", "amount": 50000, "status": "processing", "createdAt": "2026-02-05T09:45:00.000Z" }
Deposits are detected on-chain when tokens are transferred to portfolio wallet deposit addresses.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Deposit detail
processing
completed
failed
Show child attributes