Lists all deposits for API key.
OK
Bad Request. Validation failed for the given object in the HTTP Body or Request parameters.
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Internal server error. There was an error on the server while processing the request.
[- {
- "txId": "6498A3BE7313FEF32C9C0130F321D7808439F7F59D41932122383CC9E109F534",
- "address": "7c21ed165e294db78b95f0f181086d6f",
- "timestamp": 1613654998398,
- "xpub": "xpub6FB4LJzdKNkkpsjggFAGS2p34G48pqjtmSktmK2Ke3k1LKqm9ULsg8bGfDakYUrdhe2EHw5uGKX9DrMbrgYnVfDwrksT4ZVQ3vmgEruo3Ka",
- "derivationKey": 2147483647,
- "amount": "15000",
- "status": "Done",
- "accountId": "5e68c66581f2ee32bc354087",
- "currency": "BTC",
- "reference": "some reference",
- "vout": 0,
- "spent": true,
- "blockHeight": 228232166,
- "blockHash": "0xcf2c40f475e78c7c19778e1ae999a0e371c9319b38182ea15dc94536f13f9137",
- "from": "7c21ed165e294db78b95f0f181086d6f"
}
]
Counts total entities found by get deposits request.
OK
Bad Request. Validation failed for the given object in the HTTP Body or Request parameters.
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Internal server error. There was an error on the server while processing the request.
{- "total": 20
}