Endpoint: /api/wallets Method: POST
/api/wallets
POST
Request Body
{ "walletAddress": "string", "publicKey": "string" }
Response
{ "code": 1, "message": "common.success", "data": { "tradingWallet": "string", "userAddress": "string", "userPublicKey": "string", "requiredSignNumber": "number" } }
Last updated 1 month ago