POST
/
v0
/
transfer
/
{token}
Transfer Token
curl --request POST \
  --url https://solana-sbl.dial.to/api/v0/transfer/{token} \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "transaction",
  "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176"
}'
{
  "type": "<any>",
  "transaction": "<string>"
}

Path Parameters

token
string
default:USDC
required

Token to transfer. Can be human readable symbol or mint address

Query Parameters

to
string
default:6tBUD4bQzNehG3hQVtVFaGxre2P8rQoH99pubRtgSbSb
required

The address to transfer the tokens to

Example:

"6tBUD4bQzNehG3hQVtVFaGxre2P8rQoH99pubRtgSbSb"

amount
number
default:100
required

The amount to transfer. Human readable value, e.g. 100 USDC

Required range: x >= 0
Example:

100

Body

application/json

Response

200 - application/json

OK

The response is of type object.