GET
/
v1
/
blink
curl --request GET \
  --url https://api.dial.to/v1/blink \
  --header 'x-blink-client-key: <api-key>'
{
  "type": "action",
  "icon": "<string>",
  "title": "<string>",
  "description": "<string>",
  "extendedDescription": "<string>",
  "label": "<string>",
  "disabled": true,
  "links": {
    "actions": [
      {
        "type": "transaction",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          "<any>"
        ]
      }
    ],
    "dataTable": "<string>"
  },
  "error": {
    "message": "<string>"
  },
  "context": {
    "url": "<string>",
    "websiteUrl": "<string>",
    "category": "<string>",
    "provider": {
      "name": "<string>",
      "icon": "<string>"
    }
  },
  "preview": {
    "image": "<string>",
    "title": "<string>",
    "description": "<string>",
    "cta": "<string>",
    "context": {
      "url": "<string>",
      "websiteUrl": "<string>",
      "category": "<string>",
      "provider": {
        "name": "<string>",
        "icon": "<string>"
      }
    }
  },
  "message": "<string>"
}

Authorizations

Client key to authorize requests.

Query Parameters

apiUrl
string
default:https://jito.dial.to/stake
required

Blink API URL

Example:

"https://jito.dial.to/stake"

Response

200
application/json

Successful response

Blink

GET
/
v1
/
blink
curl --request GET \
  --url https://api.dial.to/v1/blink \
  --header 'x-blink-client-key: <api-key>'
{
  "type": "action",
  "icon": "<string>",
  "title": "<string>",
  "description": "<string>",
  "extendedDescription": "<string>",
  "label": "<string>",
  "disabled": true,
  "links": {
    "actions": [
      {
        "type": "transaction",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          "<any>"
        ]
      }
    ],
    "dataTable": "<string>"
  },
  "error": {
    "message": "<string>"
  },
  "context": {
    "url": "<string>",
    "websiteUrl": "<string>",
    "category": "<string>",
    "provider": {
      "name": "<string>",
      "icon": "<string>"
    }
  },
  "preview": {
    "image": "<string>",
    "title": "<string>",
    "description": "<string>",
    "cta": "<string>",
    "context": {
      "url": "<string>",
      "websiteUrl": "<string>",
      "category": "<string>",
      "provider": {
        "name": "<string>",
        "icon": "<string>"
      }
    }
  },
  "message": "<string>"
}

Authorizations

Client key to authorize requests.

Query Parameters

apiUrl
string
default:https://jito.dial.to/stake
required

Blink API URL

Example:

"https://jito.dial.to/stake"

Response

200
application/json

Successful response

Blink