cURL
curl --request POST \ --url https://api.dev.monei.cc/api/v1/evm/send/native \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "to": "0xRecipientAddress", "amount": "0.01", "chainId": 1 } '
{ "statusCode": 123, "message": "<string>", "data": { "txHash": "<string>" }, "errors": {} }
Recipient address
"0xRecipientAddress"
Amount of native token to send (e.g. ETH, BNB)
"0.01"
Chain ID (e.g. 1 for Ethereum, 56 for BSC)
1
Show child attributes