cURL
curl --request POST \ --url https://solana-sbl.dial.to/api/v0/transfer/{token} \ --header 'Content-Type: application/json' \ --data ' { "type": "transaction", "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176" } '
{ "type": "<unknown>", "transaction": "<string>" }
Transfer any Solana tokens to any address
Token to transfer. Can be human readable symbol or mint address
The address to transfer the tokens to
The amount to transfer. Human readable value, e.g. 100 USDC
x >= 0
transaction
The public key of the account that executes the transaction
OK
Was this page helpful?