Post RPC Http
Endpoint
Section titled “Endpoint”POST /api/v1/rpc/httpTry it
Section titled “Try it”This endpoint is not available in the interactive playground (the playground is read-only / GET-only). Use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).
Parameters
Section titled “Parameters”No parameters.
Request body
Section titled “Request body”Media: application/json
Schema
{ "type": "object", "required": [ "target", "request" ], "properties": { "request": { "type": "object", "required": [ "jsonrpc", "id", "method" ], "properties": { "id": {}, "jsonrpc": { "type": "string" }, "method": { "type": "string" }, "params": { "nullable": true } } }, "target": { "type": "string", "enum": [ "finney_lite", "finney_archive" ] } }}Responses
Section titled “Responses”Media: application/json
Schema
{ "type": "object", "required": [ "target", "response" ], "properties": { "response": { "type": "object", "required": [ "jsonrpc", "id" ], "properties": { "error": { "nullable": true }, "id": {}, "jsonrpc": { "type": "string" }, "result": { "nullable": true } } }, "target": { "type": "string", "enum": [ "finney_lite", "finney_archive" ] } }}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.