cURL
curl --request GET \ --url https://solana-sbl.dial.to/api/v0/transfer/{token}
{ "title": "<string>", "description": "<string>", "label": "<string>", "icon": "<string>", "links": { "actions": [ { "type": "<any>", "href": "<string>", "label": "<string>", "parameters": [ { "name": "<string>", "type": "<string>", "label": "<string>" } ] } ] } }
Get metadata for transferring a token on Solana.
Token to transfer. Can be human readable symbol or mint address
OK
The response is of type object.
object
Was this page helpful?