cURL
curl --request POST \ --url https://gateway.varchev.com/crypto/getDepositStatus \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'tenantId: <tenantid>' \ --data ' { "nonce": 4730549, "asset": "Excepteur", "method": "laborum in" } '
{ "result": [ { "method": "veniam velit esse incididunt", "aclass": "aute in veniam exercitation ut", "asset": "sint cillum pariatur", "refid": "dolore Lorem mollit ipsum", "txid": "deserunt amet", "info": "consectetur fugiat sit", "amount": "occaecat magna et", "fee": {}, "time": 97773604, "status": {}, "status-prop": "return" }, { "method": "voluptate Excepteur officia", "aclass": "amet", "asset": "laboris ut", "refid": "ex laboris amet incididunt", "txid": "consectetur ipsum anim aute", "info": "Excepteur velit deserunt", "amount": "enim fugiat amet", "fee": {}, "time": -73916650, "status": {}, "status-prop": "return" } ], "error": [ "EGeneral:Invalid arguments", "EGeneral:Invalid arguments" ] }
Retrieve information about recent deposits made.
The access token received from the authorization server in the OAuth 2.0 flow.
Tenant/Owner id
(Required)
4730549
(Required) Asset being deposited
"Excepteur"
Name of the deposit method
"laborum in"
OK
The response is of type object.
object