GET
/
v1
/
blink-data-table
curl --request GET \
  --url https://api.dial.to/v1/blink-data-table \
  --header 'x-blink-client-key: <api-key>'
{
  "rows": [
    {
      "key": "<string>",
      "title": "<string>",
      "value": "<string>",
      "icon": "<string>",
      "url": "<string>"
    }
  ],
  "context": {
    "url": "<string>",
    "websiteUrl": "<string>",
    "category": "<string>",
    "provider": {
      "name": "<string>",
      "icon": "<string>"
    }
  },
  "links": {
    "blink": "<string>",
    "preview": "<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"

account
string

Wallet address of the user

Response

200
application/json

Successful response

Blink Data Table

GET
/
v1
/
blink-data-table
curl --request GET \
  --url https://api.dial.to/v1/blink-data-table \
  --header 'x-blink-client-key: <api-key>'
{
  "rows": [
    {
      "key": "<string>",
      "title": "<string>",
      "value": "<string>",
      "icon": "<string>",
      "url": "<string>"
    }
  ],
  "context": {
    "url": "<string>",
    "websiteUrl": "<string>",
    "category": "<string>",
    "provider": {
      "name": "<string>",
      "icon": "<string>"
    }
  },
  "links": {
    "blink": "<string>",
    "preview": "<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"

account
string

Wallet address of the user

Response

200
application/json

Successful response

Blink Data Table