Skip to content

Commit

Permalink
Merge pull request #1626 from Ankr-network/stage
Browse files Browse the repository at this point in the history
feat: DOCS-741 AAPI OpenAPI JSON request
  • Loading branch information
galleon8 authored Apr 19, 2024
2 parents 346b553 + 5334952 commit 05bf68a
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions pages/advanced-api/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,20 @@ Currently, Advanced API works with the following EVM-compatible chains:

And more EVM and non-EVM chains coming soon.

## API Methods Supported

> Supported methods in OpenAPI format: [`aapi-swagger.json`](/build/aapi-swagger.json)
To view interactive AAPI docs, click the required method below.
## AAPI Methods Supported

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

### NFT API

Expand Down

0 comments on commit 05bf68a

Please sign in to comment.