v1
latestOpenAPI 3.0.32026-07-267278168.1 KBWallet
List Deposits
Returns deposit history for the authenticated account. For supported assets and deposit steps, see Funding your account.
get/v1/wallet/deposits
Response
List of deposits
Example response
{
"success": true,
"result": [
{
"coin": "USDC",
"size": "100.00",
"status": "confirmed",
"chainId": "eth-mainnet"
}
]
}