cURL
curl --request GET \ --url https://sandbox.groundtech.co/v2/wallets/{id}/deposits/{depositId} \ --header 'Authorization: Bearer <token>'
{ "id": "d1e2f3a4-0000-4000-8000-000000000001", "transactionHash": "0xabc123...", "chain": "ethereum", "token": "usdc", "fromAddress": "0xSender...", "toAddress": "0xDeposit...", "blockNumber": 19000001, "amount": "100.50", "createdAt": "2025-09-02T12:00:00Z" }
Returns a single deposit by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Wallet ID
Deposit ID
Deposit details
Deposit amount as a formatted string (e.g. "100.50").