v1
latestOpenAPI 3.1.02026-07-26420360.1 KB개별 입금 조회
개별 입금 내역을 조회합니다.
get/deposit
Query parameters
currencystring required
화폐 심볼
uuidstring
입금의 고유 ID
txidstring
입금 TXID
Headers
Authorizationstring required
Authorization token (JWT)
Response
200
Example response
{
"type": "deposit",
"uuid": "200012694",
"currency": "BTC",
"net_type": "BTC",
"txid": "20200313145947.40057",
"state": "DEPOSIT_ACCEPTED",
"created_at": "2020-03-13T15:00:35+09:00",
"done_at": "2020-03-13T15:00:35+09:00",
"amount": "100",
"fee": "0"
}