cURL
curl --request POST \ --url https://api.dial.to/v1/blink/chain \ --header 'Content-Type: application/json' \ --header 'x-blink-client-key: <api-key>' \ --data ' { "account": "<string>", "signature": "<string>", "state": "<string>", "data": {} } '
{ "type": "transaction", "message": "<string>", "links": { "next": { "type": "<string>", "href": "<string>" } } }
Endpoint for action chaining (multi-step workflows)
Client key to authorize requests.
Blink API URL
"https://jito.dial.to/stake"
Next Action Post Request
Show child attributes
Successful response
transaction
message
post
external-link
Next Action Link
"post"
Was this page helpful?