GET
/
v0
/
transfer
/
{token}
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>"
          }
        ]
      }
    ]
  }
}

Path Parameters

token
string
required

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

Examples:

"USDC"

"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"

Response

200 - application/json

OK

The response is of type object.