Request
Request ID (Universally unique ID for each request)
Response
Request ID (Universally unique ID for each request)
Int amount contains decimals (e.g. if 1 BTC is to be deposited, the amount should be multiplied by 100,000,000 (Satoshis))
Absolute amount. If you trade 1.5 BTC, then the abs_amount is 1.5
Status: ok, pending, failed, human_check
Fee amount (Note that the value here contains decimals. For example, a BTC value of 100,000,000 here is actually 1 BTC)
Absolute fee value. For examle, abs_cobo_fee 0.00005 means exactly 0.00005BTC
request(
"GET",
"/v1/custody/trading_deposit_info/",
{
"request_id": "UNIQUE_ID_FOR_DEPOSIT"
},
api_key, api_secret, host
)