cURL
curl --request GET \ --url https://api.dial.to/v1/blink-preview \ --header 'x-blink-client-key: <api-key>'
{ "image": "<string>", "title": "<string>", "description": "<string>", "cta": "<string>", "context": { "url": "<string>", "websiteUrl": "<string>", "category": "<string>", "provider": { "name": "<string>", "icon": "<string>" } }, "links": { "blink": "<string>", "dataTable": "<string>" } }
Retrieve a small, marketing-optimized preview with different images, titles, and CTA
Client key to authorize requests.
Blink API URL
"https://jito.dial.to/stake"
Successful response
Blink Preview Response
Was this page helpful?