POST
/
dune
/
{token}
curl --request POST \
  --url https://api-staging.boost.xyz/dune/{token} \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "<string>",
  "query_result": {
    "execution_id": "<string>",
    "query_id": 123,
    "state": "<string>",
    "submitted_at": "<string>",
    "expires_at": "<string>",
    "execution_started_at": "<string>",
    "execution_ended_at": "<string>",
    "result": {
      "data_uri": "<string>",
      "metadata": {
        "column_names": [
          "<string>"
        ],
        "result_set_bytes": 123,
        "total_row_count": 123,
        "datapoint_count": 123,
        "pending_time_millis": 123,
        "execution_time_millis": 123
      }
    }
  },
  "visualizations": [
    {
      "title": "<string>",
      "image_url": "<string>"
    }
  ]
}'
{
  "message": "<string>"
}

Path Parameters

token
string
required

Body

application/json

Response

200
application/json

Success

The response is of type object.