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>",
  "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<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