Skip to content

AAPI OpenAPI schema is missing #1690

@igor-lukyanov

Description

@igor-lukyanov

As per https://www.ankr.com/docs/advanced-api/overview/ ,

AAPI Methods Supported
To get all supported AAPI methods in the OpenAPI-formatted aapi-swagger JSON, use the following request:
curl --location 'https://rpc.ankr.com/multichain/79258ce7f7ee046decc3b5292a24eb4bf7c910d7e39b691384c7ce0cfb839a01'
--header 'Content-Type: application/json'
--data '{
"jsonrpc": "2.0",
"method": "docs_schema",
"params": {},
"id": 1
}'

Meanwhile, I get the following error while doing that call:
{"id":1,"jsonrpc":"2.0","error":{"code":-32601,"message":"the method docs_schema does not exist/is not available"}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions