Get a deposit
Query parameter
Required
Type
Response 200
{
"id": "{uuid}",
"status": "success",
"amount": "50000000000000000000",
"assetId": "{assetId}",
"crypto": {
"id": "{cryptoId}",
"title": "Binance Pegged USDT",
"symbol": "USDT",
"contractAddress": "0x0000000000000000000000000000000000000000",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/usdt.svg"
},
"network": {
"id": "{networkId}",
"title": "BNB Chain",
"symbol": "BSC",
"chainId": "56",
"networkType": "evm"
},
"txHash": "{txHash}",
"txFrom": "0x0000000000000000000000000000000000000000",
"fee": {
"network": null,
"service": {
"amount": "1050000000000000000",
"amountFormatted": "1.05",
"currency": "USDT",
"cryptoId": "{cryptoId}",
"networkId": "{networkId}",
"amountInUsd": "1.05",
"isChargedToMerchant": true
},
"exchange": null,
"totalInUsd": "1.05"
},
"createdAt": "2026-07-28T10:42:08+00:00"
}Codes
Code
When
Last updated