cURL
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>" }
Retrieve complete interactive Blink with all available actions and metadata
Client key to authorize requests.
Blink API URL
"https://jito.dial.to/stake"
Successful response
Blink
action
completed
Blink Context
Show child attributes
Blink Provider
Blink Preview
Linked Action Type
transaction
message
post
external-link
inline-link
Error
Was this page helpful?