Skip to main content
GET
/
v1
/
blink
Get Full 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>",
  "label": "<string>",
  "context": {
    "url": "<string>",
    "websiteUrl": "<string>",
    "category": "<string>",
    "provider": {
      "name": "<string>",
      "icon": "<string>"
    }
  },
  "preview": {
    "image": "<string>",
    "title": "<string>",
    "description": "<string>",
    "context": {
      "url": "<string>",
      "websiteUrl": "<string>",
      "category": "<string>",
      "provider": {
        "name": "<string>",
        "icon": "<string>"
      }
    },
    "cta": "<string>"
  },
  "extendedDescription": "<string>",
  "disabled": true,
  "links": {
    "actions": [
      {
        "type": "transaction",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          "<unknown>"
        ]
      }
    ],
    "dataTable": "<string>"
  },
  "error": {
    "message": "<string>"
  },
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dialect.to/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Client key to authorize requests.

Query Parameters

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

Blink API URL

Example:

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

Response

Successful response

Blink

type
enum<string>
required
Available options:
action,
completed
icon
string
required
title
string
required
description
string
required
label
string
required
context
object
required

Blink Context

preview
object
required

Blink Preview

extendedDescription
string
disabled
boolean
error
object

Error

message
string