cURL
curl --request POST \ --url https://api.dial.to/v1/blink \ --header 'Content-Type: application/json' \ --header 'x-blink-client-key: <api-key>' \ --data ' { "account": "<string>", "type": "transaction", "data": {} } '
{ "type": "<string>", "transaction": "<string>", "message": "<string>", "links": { "next": { "type": "<string>", "href": "<string>" } }, "lifecycle": { "executing": { "message": "<string>" }, "success": { "message": "<string>", "links": { "actions": [ { "type": "<string>", "label": "<string>", "link": "<string>" } ] } }, "error": { "message": "<string>" } } }
Returns a ready-to-sign transaction
Client key to authorize requests.
Blink API URL
"https://jito.dial.to/stake"
Action Post Request
transaction
message
post
external-link
Show child attributes
Successful response
Transaction Response
"transaction"
Next Action Link
"post"
"inline-link"
Was this page helpful?