Swap 진행 중인 정보 없음 조회

지갑 정보를 조회합니다.

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

Headers

Name
Type
Description

Authorization*

string

Bearer {{web-access-token}}

{
    "return": 0,
    "message": "success"
}
curl --location --request GET 'https://{dashboard-domain}/v1.0/db/swap/inprogress/notexist?au_id=1' \
--header 'Authorization: Bearer eyJhbGciOiJ...'

Last updated