Deposit records
Get deposit records
Header parameters
X-API-KEYstringRequired
API Key
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /accounts/deposit-records HTTP/1.1
Host:
X-API-KEY: text
Accept: */*
[
{
"assets": [
{
"asset": "text",
"asset_unit": "text",
"qty": 1
}
],
"created_at": "text",
"status": "building",
"tx_hash": "text"
}
]
Last updated