cURL
curl --request GET \ --url https://api.dial.to/v1/blink-lists/{id} \ --header 'x-blink-client-key: <api-key>'
{ "id": "<string>", "name": "<string>", "entries": [ { "image": "<string>", "title": "<string>", "description": "<string>", "context": { "url": "<string>", "websiteUrl": "<string>", "category": "<string>", "provider": { "name": "<string>", "icon": "<string>" } }, "links": { "blink": "<string>", "dataTable": "<string>" }, "cta": "<string>" } ] }
Retrieve curated list of Blinks by ID from the terminal
Documentation IndexFetch the complete documentation index at: https://docs.dialect.to/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dialect.to/llms.txt
Use this file to discover all available pages before exploring further.
Client key to authorize requests.
Wallet address of the user
Successful response
Blink List
Show child attributes
Was this page helpful?