[POST] Apply new sub-user card
Apply a new card for sub users
Path
/merchant/user/card/new/:id
Method
POST
Params
id //Your internal ID for user
Query
null
Body
{
"cardId":0, // Card Type . currently support 0 only
"token":"ETHARBITRUM" // Payment method . currently support : TON | SOL | ETHARBITRUM | XMR | TRX | USDTTRX
}
Success Response
{
"code": 200,
"data": {
"to": "0xcbc830685cbe5dd72aa7d277b9976f0615f6c83f", //Reciver address
"amount": "0.00500000", //Amount to send
"orderId": 1751714477698 //Order ID
}
}
Failed Response
{
"code": 401,
"error": "Permission deny . Please check if API-KEY correct ."
}
{
"code": 500,
"error": "Filed reason."
}
Last updated