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

GET https://{dashboard-domain}/v1.0/db/transfer/inprogress/notexist

{
    "return": 12200,
    "message": "Transfer inprogress",
    "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": "1648186549271874100",
        "transaction_id": "0x5c395284322ffdda8a5bf5f99fd40a79c173bdc4b584bf4d02d54ad7342ef753"
    }
}

curl --location --request GET 'https://localhost:51031/v1.0/db/transfer/inprogress/notexist' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nl......'

Last updated