Deposits
Get a deposit by ID
get/deposits/{id}
Path parameters
idstring required
Response
Deposit detail
Example response
{
"fromAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"toAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"txHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab",
"approvalTxHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab"
}