Deposits
Retrieve your deposits. Requires a valid API key sent with the x-api-key header.
GET /deposits
curl \
-X GET https://api.testnet.everstrike.io/deposits \
-H "x-api-key: $API_KEY"
Response examples (200)
{
"code": 200,
"msg": "null",
"result": [
{
"id": "ETH0x4bab116ba887eeb9192a1b282766e58dfba65abf1d79548aad0636b89a21a7c3",
"net": 0.1,
"qty": 0.1,
"time": 1551120600023,
"asset": "ETH",
"status": "COMPLETED",
"address": 826725522658159800000000000000000000000000000000,
"net_usd": 14.0765238158,
"qty_usd": 14.218710925,
"customer_id": "5f9ca5f0380e11e9bf5191a076098e19",
"transaction": {
"from": 904896849601772900000000000000000000000000000000,
"hash": 34225714723972660000000000000000000000000000000000000000000000000000000000000
}
}
]
}
Response examples (503)
{
"code": 503,
"msg": "Invalid request",
"result": {}
}