cURL
curl --request POST \ --url https://api.dial.to/v1/blink \ --header 'Content-Type: application/json' \ --header 'x-blink-client-key: <api-key>' \ --data '{ "type": "transaction", "account": "<string>", "data": {} }'
{ "type": "<string>", "message": "<string>", "links": { "next": { "type": "<string>", "href": "<string>" } }, "transaction": "<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
Successful response
Transaction Response
Was this page helpful?