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 '{ "signature": "<string>", "state": "<string>", "account": "<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
Successful response
The response is of type object.
object
Was this page helpful?