cURL
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>" } }
Retrieve structured data in table format. Great for displaying key data, such as APY, available balance, etc.
Client key to authorize requests.
Blink API URL
"https://jito.dial.to/stake"
Wallet address of the user
Successful response
Blink Data Table
Show child attributes
Blink Context
Blink Provider
Was this page helpful?