외부 지갑 전송 진행 중인 정보 조회
GET https://{dashboard-domain}/v1.0/db/transfer/inprogress
{
"return": 0,
"message": "success",
"value": {
"au_id": 24,
"coin_id": 2,
"coin_symbol": "ONKLAY",
"base_coin_symbol": "",
"from_address": "",
"to_address": "0xD45fa4c81b02B4691498b4EfbF6B2bD08F72D44d",
"quantity": 0.0001,
"transfer_fee": 0.0014,
"total_quantity": 0.0015,
"reqid": "1648188978372414500",
"transaction_id": "0x8c9fe4ce8ac7644db3a2ed1c4def3d634303c41370aa4e95d80124538cf4ec29"
}
}{
"return": 12201,
"message": "Not exist transfer inprogress"
}curl --location --request GET 'https://{dashboard-domain}/v1.0/db/transfer/inprogress?au_id=25' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXV........'
key
data type
desc.
au_id
int64
계정의 UID
coin_id
int64
코인 ID
coin_symbol
string
코인 심볼
base_coin_symbol
int64
베이스 코인 symbol
from_address
string
전송자 지갑 주소
to_address
string
보내는 지갑 주소
quantity
float64
보낸 량
transfer_fee
float64
전송 수수료
total_quantity
float64
최종 코인량
reqid
string
요청 ID
transaction_id
string
트랜잭션 ID
return
message
desc.
500
internal server error
12201
Not exist transfer inprogress
진행 중인 전송이 존재하지 않는다.
34001
AUID is empty
유효하지 않은 AUID
Last updated