cURL
curl --request POST \ --url https://api.dev.monei.cc/api/v1/solana/transfer \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "to": "5AH3qo1v1EZfT3QKQpSsx1F8W5JyGEVZPcD5DzkX1N1d", "amount": "1.5", "network": "mainnet-beta" } '
{ "statusCode": 123, "message": "<string>", "data": { "signature": "<string>" }, "errors": {} }
Documentation IndexFetch the complete documentation index at: https://docs.monei.cc/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.monei.cc/llms.txt
Use this file to discover all available pages before exploring further.
Recipient wallet address
"5AH3qo1v1EZfT3QKQpSsx1F8W5JyGEVZPcD5DzkX1N1d"
Amount of SOL to send
"1.5"
Solana network to use
mainnet-beta
devnet
testnet
Insufficient balance