외부 지갑으로 코인 전송
POST
https://{dashboard-domain}/v1.0/db/transfer
Headers
Name
Type
Description
Authorization*
string
Bearer {{web-access-token}}
Content-Type*
string
application/json
Request Body
Name
Type
Description
to_address*
string
전송할 외부 지갑 주소
coin_id*
int64
전송할 코인 ID
quantity*
float64
코인의 양
from_address
String
전송자 지갑 주소
Last updated