v1
latestOpenAPI 3.0.12026-07-24510443.1 KB입금(Deposit)
개별 입금 조회
최신 입금 이력을 조회합니다. 특정 입금 정보를 조회하고자 하는 경우 입금의 UUID 또는 트랜잭션 ID(TXID), 통화 코드로 지정할 수 있습니다.
get/deposit
Query parameters
currencystring
조회하고자 하는 통화 코드. 통화 코드로 조회 대상을 한정하기 위한 필터 파라미터입니다.
Example:BTC
uuidstring
조회하고자 하는 입금의 유일식별자(UUID) uuid와 txid를 모두 입력하지 않는 경우 최신 입금 정보가 반환됩니다.
Example:9ca023a5-851b-4fec-9f0a-48cd83c2eaae
txidstring
조회하고자 하는 입금의 트랜잭션 ID uuid와 txid를 모두 입력하지 않는 경우 최신 입금 정보가 반환됩니다.
Example:98c15999f0bdc4ae0e8a-ed35868bb0c204fe6ec29e4058a3451e-88636d1040f4baddf943274ce37cf9cc
Response
Object of deposit
Example response
{
"type": "deposit",
"uuid": "5b871d34-fe38-4025-8f5c-9b22028f85d3",
"currency": "BTC",
"net_type": "BTC",
"txid": "5BC9E3CD3EFCAB866060C5A61A98E6079B4A49BCCFCBF7D220F903F67D1C76C4",
"state": "ACCEPTED",
"created_at": "2024-01-01T00:00:00",
"done_at": "2024-01-01T00:00:00",
"amount": "10000",
"transaction_type": "default"
}