외부 지갑 전송 진행 중인 정보 조회

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"
    }
}

curl --location --request GET 'https://{dashboard-domain}/v1.0/db/transfer/inprogress?au_id=25' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXV........'

Last updated