v1
latestOpenAPI 3.1.02026-07-26420360.1 KB개별 출금 조회
개별 출금 내역을 조회합니다.
get/withdraw
Query parameters
currencystring required
화폐 심볼
예시) BTC
uuidstring
출금의 고유 ID
txidstring
출금의 트랜잭션 ID
Headers
Authorizationstring required
Authorization token (JWT)
Response
200
Example response
{
"type": "withdraw",
"uuid": "200359853",
"currency": "MTL",
"net_type": "MTL_ETH",
"txid": "0x28d331ddca9fb3b5a413737b3062289db4995dfeaddb96c4d82abd591fe17a52",
"state": "DONE",
"created_at": "2024-06-28T15:13:10+09:00",
"done_at": "2024-06-28T15:17:17+09:00",
"amount": "0.6113",
"fee": "0.1"
}