Crypto Transfer
Endpoint Information
Request Body Parameters
{
"fromMerchantId": 0, // (number: ID of the sender merchant)
"toMerchantId": 0, // (number: ID of the recipient merchant)
"tokenId": "", // (string: token symbol, e.g., USDT,USDC,BTC,MMXN)
"amount": 0, // (number: amount to transfer)
"clientId": "" // (string: client ID for tracking, optional)
}Authorization
Response Structure
Example Request
Example Response
Last updated

