POST
/
v1
/
blink
/
chain
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>"
    }
  }
}

Authorizations

Client key to authorize requests.

Query Parameters

apiUrl
string
default:https://jito.dial.to/stake
required

Blink API URL

Example:

"https://jito.dial.to/stake"

Body

application/json

Next Action Post Request

Response

200
application/json

Successful response

The response is of type object.

POST
/
v1
/
blink
/
chain
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>"
    }
  }
}

Authorizations

Client key to authorize requests.

Query Parameters

apiUrl
string
default:https://jito.dial.to/stake
required

Blink API URL

Example:

"https://jito.dial.to/stake"

Body

application/json

Next Action Post Request

Response

200
application/json

Successful response

The response is of type object.