Skip to main content

Supported Chains: S-T

Supported chains S-T on the Web3 API platform. See the full chain list for every network.

Scroll


Scroll API is available on Web3 API platform.

Scroll is a zkEVM-based zkRollup on Ethereum that enables native compatibility for existing Ethereum applications and tools.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet (HTTPS and WSS)
  • Sepolia Testnet (HTTPS and WSS)

The Alpha Testnet consists of Ethereum's Goerli Testnet and the Scroll Alpha test network. Goerli is an Ethereum test network with PoS-based consensus, while Scroll Alpha is a zero-knowledge rollup testnet deployed on top of the former.

API methods

For Scroll, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

HTTPS:

eth_newFilter, eth_getFilterChanges, eth_coinbase, eth_hashrate, eth_mining, eth_getWork,eth_submitWork, eth_submitHashrate, net_peerCount, eth_newBlockFilter, eth_newPendingTransactionFilter, eth_uninstallFilter, eth_getFilterLogs,

debug_* (exception: debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceTransaction, debug_traceCall, debug_traceBlock),

personal_*, admin_*, clique_*, les_*, miner_*, engine_*, parity_*

WSS:

txpool_content, txpool_inspect, txpool_status, txpool_contentFrom

API querying

Request example

curl -X POST https://rpc.ankr.com/scroll \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'

Response example

{
"jsonrpc": "2.0",
"id": 1,
"result": "0x1965e"
}

Secret Network


Secret Network API is available on Web3 API platform.

Secret Network is the first blockchain with customizable privacy. You get to choose what you share, who you share with, and how long you share it for. This protects users and empowers developers to build a better Web3.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet:
    • Tendermint RPC API (HTTPS and WSS)
    • Tendermint REST API (HTTPS)
    • Cosmos REST API (HTTPS)

API methods

For Secret Network, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

Tendermint (both for REST and JSON-RPC):

/health, /genesis, /broadcast_evidence, /dial_seeds, /dial_peers,

Cosmos:

/cosmos/auth/v1beta1/address_by_id/{id}, /cosmos/auth/v1beta1/module_accounts, /cosmos/auth/v1beta1/bech32, /cosmos/auth/v1beta1/bech32/{address_bytes}, /cosmos/auth/v1beta1/bech32/{address_string}, /cosmos/bank/v1beta1/supply/{denom}, /cosmos/bank/v1beta1/denom_owners/{denom}, /cosmos/bank/v1beta1/send_enabled, /cosmos/base/reflection/v1beta1/interfaces, /cosmos/base/reflection/v1beta1/interfaces/:interface_name/implementations, /cosmos/base/reflection/v1beta1/app_descriptor/authn, /cosmos/base/reflection/v1beta1/app_descriptor/chain, /cosmos/base/reflection/v1beta1/app_descriptor/codec, /cosmos/base/reflection/v1beta1/app_descriptor/configuration, /cosmos/base/reflection/v1beta1/app_descriptor/query_services, /cosmos/base/reflection/v1beta1/app_descriptor/tx_descriptor, /cosmos/base/tendermint/v1beta1/abci_query, /cosmos/feegrant/v1beta1/issued/{granter}, /cosmos/gov/v1/proposals/{proposal_id}, /cosmos/gov/v1/proposals, /cosmos/gov/v1/proposals/{proposal_id}/votes/{voter}, /cosmos/gov/v1/proposals/{proposal_id}/votes, /cosmos/gov/v1/params/{params_type}, /cosmos/gov/v1/proposals/{proposal_id}/deposits/{depositor}, /cosmos/gov/v1/proposals/{proposal_id}/deposits, /cosmos/gov/v1/proposals/{proposal_id}/tally, /cosmos/group/v1/group_info/{group_id}, /cosmos/group/v1/group_policy_info/{address}, /cosmos/group/v1/group_members/{group_id}, /cosmos/group/v1/groups_by_admin/{admin}, /cosmos/group/v1/group_policies_by_group/{group_id}, /cosmos/group/v1/group_policies_by_admin/{admin}, /cosmos/group/v1/proposal/{proposal_id}, /cosmos/group/v1/proposals_by_group_policy/{address}, /cosmos/group/v1/vote_by_proposal_voter/{proposal_id}/{voter}, /cosmos/group/v1/votes_by_proposal/{proposal_id}, /cosmos/group/v1/votes_by_voter/{voter}, /cosmos/group/v1/groups_by_member/{address}, /cosmos/group/v1/proposals/{proposal_id}/tally, /cosmos/nft/v1beta1/balance/{owner}/{class_id}, /cosmos/nft/v1beta1/owner/{class_id}/{id}, /cosmos/nft/v1beta1/supply/{class_id}, /cosmos/nft/v1beta1/nfts, /cosmos/nft/v1beta1/nfts/{class_id}/{id}, /cosmos/nft/v1beta1/classes/{class_id}, /cosmos/nft/v1beta1/classes, /cosmos/params/v1beta1/subspaces, /cosmos/upgrade/v1beta1/module_versions, /cosmos/upgrade/v1beta1/authority, /cosmos/base/tendermint/v1beta1/node_info, /cosmos/base/tendermint/v1beta1/syncing, /cosmos/params/v1beta1/params,

/syncing, /blocks/latest, /blocks/{height}, /validatorsets/latest, /validatorsets/{height}, /wasm/code, /wasm/code/{codeID}, /wasm/code/{codeID}/contracts, /wasm/contract/{contractAddress}, /wasm/contract/{contractAddress}/code-hash, /wasm/contract/{contractAddress}/query/{query}, /wasm/code/{codeID}/hash, /reg/consensus-io-exch-pubkey

API querying

Request example

curl -X POST https://rpc.ankr.com/scrt \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "block",
"params": ["1"],
"id": 1
}'

Response example

{
"id": 0,
"jsonrpc": "2.0",
"result": {
"block_id": {
"hash": "112BC173FD838FB68EB43476816CD7B4C6661B6884A9E357B417EE957E1CF8F7",
"parts": {
"total": 1,
"hash": "38D4B26B5B725C4F13571EFE022C030390E4C33C8CF6F88EDD142EA769642DBD"
}
},
"block": {
"header": {
"version": {
"block": "10",
"app": "0"
},
"chain_id": "cosmoshub-2",
"height": "12",
"time": "2019-04-22T17:01:51.701356223Z",
"last_block_id": {
"hash": "112BC173FD838FB68EB43476816CD7B4C6661B6884A9E357B417EE957E1CF8F7",
"parts": {
"total": 1,
"hash": "38D4B26B5B725C4F13571EFE022C030390E4C33C8CF6F88EDD142EA769642DBD"
}
},
"last_commit_hash": "21B9BC845AD2CB2C4193CDD17BFC506F1EBE5A7402E84AD96E64171287A34812",
"data_hash": "970886F99E77ED0D60DA8FCE0447C2676E59F2F77302B0C4AA10E1D02F18EF73",
"validators_hash": "D658BFD100CA8025CFD3BECFE86194322731D387286FBD26E059115FD5F2BCA0",
"next_validators_hash": "D658BFD100CA8025CFD3BECFE86194322731D387286FBD26E059115FD5F2BCA0",
"consensus_hash": "0F2908883A105C793B74495EB7D6DF2EEA479ED7FC9349206A65CB0F9987A0B8",
"app_hash": "223BF64D4A01074DC523A80E76B9BBC786C791FB0A1893AC5B14866356FCFD6C",
"last_results_hash": "",
"evidence_hash": "",
"proposer_address": "D540AB022088612AC74B287D076DBFBC4A377A2E"
},
"data": [
"yQHwYl3uCkKoo2GaChRnd+THLQ2RM87nEZrE19910Z28ABIUWW/t8AtIMwcyU0sT32RcMDI9GF0aEAoFdWF0b20SBzEwMDAwMDASEwoNCgV1YXRvbRIEMzEwMRCd8gEaagom61rphyEDoJPxlcjRoNDtZ9xMdvs+lRzFaHe2dl2P5R2yVCWrsHISQKkqX5H1zXAIJuC57yw0Yb03Fwy75VRip0ZBtLiYsUqkOsPUoQZAhDNP+6LY+RUwz/nVzedkF0S29NZ32QXdGv0="
],
"evidence": [
{
"type": "string",
"height": 0,
"time": 0,
"total_voting_power": 0,
"validator": {
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "A6DoBUypNtUAyEHWtQ9bFjfNg8Bo9CrnkUGl6k6OHN4="
},
"voting_power": 0,
"address": "string"
}
}
],
"last_commit": {
"height": 0,
"round": 0,
"block_id": {
"hash": "112BC173FD838FB68EB43476816CD7B4C6661B6884A9E357B417EE957E1CF8F7",
"parts": {
"total": 1,
"hash": "38D4B26B5B725C4F13571EFE022C030390E4C33C8CF6F88EDD142EA769642DBD"
}
},
"signatures": [
{
"type": 2,
"height": "1262085",
"round": 0,
"block_id": {
"hash": "112BC173FD838FB68EB43476816CD7B4C6661B6884A9E357B417EE957E1CF8F7",
"parts": {
"total": 1,
"hash": "38D4B26B5B725C4F13571EFE022C030390E4C33C8CF6F88EDD142EA769642DBD"
}
},
"timestamp": "2019-08-01T11:39:38.867269833Z",
"validator_address": "000001E443FD237E4B616E2FA69DF4EE3D49A94F",
"validator_index": 0,
"signature": "DBchvucTzAUEJnGYpNvMdqLhBAHG4Px8BsOBB3J3mAFCLGeuG7uJqy+nVngKzZdPhPi8RhmE/xcw/M9DOJjEDg=="
}
]
}
}
}
}

Sei


tip

Available for Freemium and Premium users.

Sei API is available on Web3 API platform.

Sei is a general purpose, open-source Layer 1 blockchain specialized for the exchange of digital assets. Sei has only one value prop: exchange apps — whether it’s an NFT marketplace or gaming economy — Sei offers the best user experience to build upon.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet:
    • EVM JSON-RPC (HTTPS and WSS)
    • Tendermint JSON-RPC (HTTPS and WSS)
    • Tendermint REST (HTTPS)
    • Cosmos REST (HTTPS)
    • Cosmos gRPC (HTTPS)

API methods

For Sei, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

EVM JSON-RPC:

HTTPS:

eth_newFilter, eth_getFilterChanges, eth_coinbase, eth_hashrate, eth_mining, eth_getWork,eth_submitWork, eth_submitHashrate, net_peerCount, eth_newBlockFilter, eth_newPendingTransactionFilter, eth_uninstallFilter, eth_getFilterLogs,

debug_* (exception: debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceTransaction, debug_traceCall, debug_traceBlock),

personal_*, admin_*, clique_*, les_*, miner_*, engine_*, parity_*

WSS:

txpool_content, txpool_inspect, txpool_status, txpool_contentFrom

Tendermint (both for REST and JSON-RPC):

/health, /genesis, /broadcast_evidence, /dial_seeds, /dial_peers, /remove_tx

API querying

Request example (EVM)

curl -X POST https://rpc.ankr.com/sei_evm/{your_token} \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "eth_gasPrice",
"params": [],
"id": 1
}'

Response example (EVM)

{
"jsonrpc": "2.0",
"id": 1,
"result": "0x4190ab00"
}

Request example (Tendermint/Cosmos)

curl -X POST https://rpc.ankr.com/sei/{your_token} \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "block",
"params": ["1"],
"id": 1
}'

Response example (Tendermint/Cosmos)

{
"id": 0,
"jsonrpc": "2.0",
"result": {
"block_id": {
"hash": "112BC173FD838FB68EB43476816CD7B4C6661B6884A9E357B417EE957E1CF8F7",
"parts": {
"total": 1,
"hash": "38D4B26B5B725C4F13571EFE022C030390E4C33C8CF6F88EDD142EA769642DBD"
}
},
"block": {
"header": {
"version": {
"block": "10",
"app": "0"
},
"chain_id": "cosmoshub-2",
"height": "12",
"time": "2019-04-22T17:01:51.701356223Z",
"last_block_id": {
"hash": "112BC173FD838FB68EB43476816CD7B4C6661B6884A9E357B417EE957E1CF8F7",
"parts": {
"total": 1,
"hash": "38D4B26B5B725C4F13571EFE022C030390E4C33C8CF6F88EDD142EA769642DBD"
}
},
"last_commit_hash": "21B9BC845AD2CB2C4193CDD17BFC506F1EBE5A7402E84AD96E64171287A34812",
"data_hash": "970886F99E77ED0D60DA8FCE0447C2676E59F2F77302B0C4AA10E1D02F18EF73",
"validators_hash": "D658BFD100CA8025CFD3BECFE86194322731D387286FBD26E059115FD5F2BCA0",
"next_validators_hash": "D658BFD100CA8025CFD3BECFE86194322731D387286FBD26E059115FD5F2BCA0",
"consensus_hash": "0F2908883A105C793B74495EB7D6DF2EEA479ED7FC9349206A65CB0F9987A0B8",
"app_hash": "223BF64D4A01074DC523A80E76B9BBC786C791FB0A1893AC5B14866356FCFD6C",
"last_results_hash": "",
"evidence_hash": "",
"proposer_address": "D540AB022088612AC74B287D076DBFBC4A377A2E"
},
"data": [
"yQHwYl3uCkKoo2GaChRnd+THLQ2RM87nEZrE19910Z28ABIUWW/t8AtIMwcyU0sT32RcMDI9GF0aEAoFdWF0b20SBzEwMDAwMDASEwoNCgV1YXRvbRIEMzEwMRCd8gEaagom61rphyEDoJPxlcjRoNDtZ9xMdvs+lRzFaHe2dl2P5R2yVCWrsHISQKkqX5H1zXAIJuC57yw0Yb03Fwy75VRip0ZBtLiYsUqkOsPUoQZAhDNP+6LY+RUwz/nVzedkF0S29NZ32QXdGv0="
],
"evidence": [
{
"type": "string",
"height": 0,
"time": 0,
"total_voting_power": 0,
"validator": {
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "A6DoBUypNtUAyEHWtQ9bFjfNg8Bo9CrnkUGl6k6OHN4="
},
"voting_power": 0,
"address": "string"
}
}
],
"last_commit": {
"height": 0,
"round": 0,
"block_id": {
"hash": "112BC173FD838FB68EB43476816CD7B4C6661B6884A9E357B417EE957E1CF8F7",
"parts": {
"total": 1,
"hash": "38D4B26B5B725C4F13571EFE022C030390E4C33C8CF6F88EDD142EA769642DBD"
}
},
"signatures": [
{
"type": 2,
"height": "1262085",
"round": 0,
"block_id": {
"hash": "112BC173FD838FB68EB43476816CD7B4C6661B6884A9E357B417EE957E1CF8F7",
"parts": {
"total": 1,
"hash": "38D4B26B5B725C4F13571EFE022C030390E4C33C8CF6F88EDD142EA769642DBD"
}
},
"timestamp": "2019-08-01T11:39:38.867269833Z",
"validator_address": "000001E443FD237E4B616E2FA69DF4EE3D49A94F",
"validator_index": 0,
"signature": "DBchvucTzAUEJnGYpNvMdqLhBAHG4Px8BsOBB3J3mAFCLGeuG7uJqy+nVngKzZdPhPi8RhmE/xcw/M9DOJjEDg=="
}
]
}
}
}
}

Solana


tip

Available for Freemium and Premium users.

Solana API is available on Web3 API platform.

Solana is a decentralized blockchain built to enable scalable, user-friendly apps for the world.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet (HTTPS and WSS)
  • Devnet (HTTPS and WSS)

API methods

For Solana, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

getLargestAccounts

API querying

Request example

curl -X POST https://rpc.ankr.com/solana_devnet/{your_token} \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "getAccountInfo",
"params": [
"vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg",
{
"encoding": "base58"
}
],
"id": 1
}'

Response example

{
"id": 1,
"jsonrpc": "2.0",
"result": {
"context": {
"apiVersion": "2.2.3",
"slot": 374628996
},
"value": {
"data": [
"",
"base58"
],
"executable": false,
"lamports": 88860054690252,
"owner": "11111111111111111111111111111111",
"rentEpoch": 18446744073709551615,
"space": 0
}
}
}

Somnia


Somnia API is available on Web3 API platform.

Somnia is a high-performance, cost-efficient EVM-compatible Layer 1 blockchain capable of processing over 1,000,000 transactions per second (TPS) with sub-second finality. It is suitable for serving millions of users and building real-time mass-consumer applications like games, social applications, metaverses, and more, all fully on-chain.

Key Features:

Official quick links: Website, Docs

Networks

  • Testnet (HTTPS and WSS)

API methods

For Somnia, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

HTTPS:

eth_newFilter, eth_getFilterChanges, eth_coinbase, eth_hashrate, eth_mining, eth_getWork,eth_submitWork, eth_submitHashrate, net_peerCount, eth_newBlockFilter, eth_newPendingTransactionFilter, eth_uninstallFilter, eth_getFilterLogs,

debug_* (exception: debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceTransaction, debug_traceCall, debug_traceBlock),

personal_*, admin_*, clique_*, les_*, miner_*, engine_*, parity_*

WSS:

txpool_content, txpool_inspect, txpool_status, txpool_contentFrom

API querying

Request example

curl -X POST https://rpc.ankr.com/somnia_testnet \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'

Response example

{
"jsonrpc": "2.0",
"id": 1,
"result": "0x6d1d8b"
}

Sonic


Sonic API is available on Web3 API platform.

Sonic is an EVM-compatible Layer 1 blockchain designed to deliver high-speed, low-latency transactions, aiming to process over 10,000 transactions per second with sub-second finality.

Key Features of Sonic:

  • High Throughput and Speed: Sonic achieves transaction finality in approximately 720 milliseconds, positioning it among the fastest EVM-compatible blockchains.
  • Developer Incentives: The platform offers attractive incentives, including a fee monetization program that allows developers to earn up to 90% of the fees generated by their applications.
  • EVM Compatibility: Sonic's compatibility with the Ethereum Virtual Machine enables seamless deployment of existing Ethereum-based decentralized applications (dApps) without significant modifications.
  • Secure Ethereum Gateway: Sonic provides a secure bridge to Ethereum, facilitating easy access to Ethereum's liquidity and assets while maintaining high transaction speeds and low costs.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet (HTTPS and WSS)
  • Testnet (HTTPS and WSS)

API methods

For Sonic, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

HTTPS:

eth_newFilter, eth_getFilterChanges, eth_coinbase, eth_hashrate, eth_mining, eth_getWork,eth_submitWork, eth_submitHashrate, net_peerCount, eth_newBlockFilter, eth_newPendingTransactionFilter, eth_uninstallFilter, eth_getFilterLogs,

debug_* (exception: debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceTransaction, debug_traceCall, debug_traceBlock),

personal_*, admin_*, clique_*, les_*, miner_*, engine_*, parity_*

WSS:

txpool_content, txpool_inspect, txpool_status, txpool_contentFrom

API querying

Request example

curl -X POST https://rpc.ankr.com/sonic_mainnet \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'

Response example

{
"jsonrpc": "2.0",
"id": 1,
"result": "0x51008"
}

Stellar


Stellar API is available on Web3 API platform.

Stellar is a layer-1 open-source, decentralized, peer-to-peer blockchain network that provides a framework for developers to create applications, issue assets, and connect to existing financial rails. Stellar is designed to enable creators, innovators, and developers to build projects on the network that can interoperate with each other.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet:
    • Horizon (HTTPS)
    • Soroban (HTTPS)
  • Testnet:
    • Horizon (HTTPS)
    • Soroban (HTTPS)

API methods

For Stellar we support blockchain interaction via the following methods:

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

None.

API querying

Request example (Horizon REST)

curl https://rpc.ankr.com/http/stellar_horizon/accounts?cursor=&limit=1&order=asc&signer=GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U

Response example (Horizon REST)

{
"_links": {
"self": {
"href": "https://rpc.ankr.com/accounts?cursor=\u0026limit=1\u0026order=asc\u0026signer=GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U"
},
"next": {
"href": "https://rpc.ankr.com/accounts?cursor=GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U\u0026limit=1\u0026order=asc\u0026signer=GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U"
},
"prev": {
"href": "https://rpc.ankr.com/accounts?cursor=GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U\u0026limit=1\u0026order=desc\u0026signer=GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U"
}
},
"_embedded": {
"records": [
{
"_links": {
"self": {
"href": "https://rpc.ankr.com/accounts/GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U"
},
"transactions": {
"href": "https://rpc.ankr.com/accounts/GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U/transactions{?cursor,limit,order}",
"templated": true
},
"operations": {
"href": "https://rpc.ankr.com/accounts/GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U/operations{?cursor,limit,order}",
"templated": true
},
"payments": {
"href": "https://rpc.ankr.com/accounts/GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U/payments{?cursor,limit,order}",
"templated": true
},
"effects": {
"href": "https://rpc.ankr.com/accounts/GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U/effects{?cursor,limit,order}",
"templated": true
},
"offers": {
"href": "https://rpc.ankr.com/accounts/GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U/offers{?cursor,limit,order}",
"templated": true
},
"trades": {
"href": "https://rpc.ankr.com/accounts/GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U/trades{?cursor,limit,order}",
"templated": true
},
"data": {
"href": "https://rpc.ankr.com/accounts/GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U/data/{key}",
"templated": true
}
},
"id": "GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U",
"account_id": "GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U",
"sequence": "24739097524306474",
"subentry_count": 3,
"inflation_destination": "GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U",
"home_domain": "tempo.eu.com",
"last_modified_ledger": 46469501,
"last_modified_time": null,
"thresholds": {
"low_threshold": 5,
"med_threshold": 0,
"high_threshold": 0
},
"flags": {
"auth_required": false,
"auth_revocable": true,
"auth_immutable": false,
"auth_clawback_enabled": false
},
"balances": [
{
"balance": "0.0000000",
"limit": "922337203685.4775807",
"buying_liabilities": "0.0000000",
"selling_liabilities": "0.0000000",
"last_modified_ledger": 40074670,
"is_authorized": true,
"is_authorized_to_maintain_liabilities": true,
"asset_type": "credit_alphanum4",
"asset_code": "EURT",
"asset_issuer": "GAP5LETOV6YIE62YAM56STDANPRDO7ZFDBGSNHJQIYGGKSMOZAHOOS2S"
},
{
"balance": "0.0000000",
"limit": "922337203685.4775807",
"buying_liabilities": "0.0000000",
"selling_liabilities": "0.0000000",
"last_modified_ledger": 20213845,
"is_authorized": true,
"is_authorized_to_maintain_liabilities": true,
"asset_type": "credit_alphanum4",
"asset_code": "NGN",
"asset_issuer": "GCC4YLCR7DDWFCIPTROQM7EB2QMFD35XRWEQVIQYJQHVW6VE5MJZXIGW"
},
{
"balance": "0.0000000",
"limit": "922337203685.4775807",
"buying_liabilities": "0.0000000",
"selling_liabilities": "0.0000000",
"last_modified_ledger": 7877447,
"is_authorized": false,
"is_authorized_to_maintain_liabilities": false,
"asset_type": "credit_alphanum4",
"asset_code": "PHP",
"asset_issuer": "GBUQWP3BOUZX34TOND2QV7QQ7K7VJTG6VSE7WMLBTMDJLLAW7YKGU6EP"
},
{
"balance": "80.8945748",
"buying_liabilities": "0.0000000",
"selling_liabilities": "0.0000000",
"asset_type": "native"
}
],
"signers": [
{
"weight": 10,
"key": "GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U",
"type": "ed25519_public_key"
}
],
"data": {},
"num_sponsoring": 0,
"num_sponsored": 0,
"paging_token": "GDI73WJ4SX7LOG3XZDJC3KCK6ED6E5NBYK2JUBQSPBCNNWEG3ZN7T75U"
}
]
}
}

Request example (Soroban JSON-RPC)

curl 'https://rpc.ankr.com/stellar_testnet_soroban' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "getVersionInfo"
}'

Response example (Soroban JSON-RPC)

{
"id": 1,
"jsonrpc": "2.0",
"result": {
"version": "23.0.0-67bf8456a32c74e1fe189ec8d0321614d07944d5",
"commitHash": "67bf8456a32c74e1fe189ec8d0321614d07944d5",
"buildTimestamp": "2025-08-14T15:20:26",
"captiveCoreVersion": "stellar-core 23.0.0 (d5cbc0793d6eab25eac886969c5bc0f7da69d6ea)",
"protocolVersion": 23
}
}

Story


Story API is available on Web3 API platform.

Story Network is a purpose-built layer 1 blockchain achieving the best of EVM and Cosmos SDK. It is 100% EVM-compatible alongside deep execution layer optimizations to support graph data structures, purpose-built for handling complex data structures like IP quickly and cost-efficiently. It does this by:

Key Features:

  • EVM Compatibility: Full compatibility with Ethereum Virtual Machine.
  • Optimized Data Structures: Precompiled primitives for efficient IP graph traversal.
  • Fast Finality: CometBFT-based consensus layer for quick transaction finality.
  • Modular Architecture: Decoupled consensus from execution using Ethereum's Engine-API.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet (HTTPS and WSS)
  • Testnet (HTTPS and WSS)

API methods

For Story, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

HTTPS:

eth_newFilter, eth_getFilterChanges, eth_coinbase, eth_hashrate, eth_mining, eth_getWork,eth_submitWork, eth_submitHashrate, net_peerCount, eth_newBlockFilter, eth_newPendingTransactionFilter, eth_uninstallFilter, eth_getFilterLogs,

debug_* (exception: debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceTransaction, debug_traceCall, debug_traceBlock),

personal_*, admin_*, clique_*, les_*, miner_*, engine_*, parity_*

WSS

txpool_content, txpool_inspect, txpool_status, txpool_contentFrom

API querying

Request example

curl -X POST https://rpc.ankr.com/story_mainnet \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'

Response example

{
"jsonrpc": "2.0",
"id": 1,
"result": "0x17a1c4"
}

Sui


tip

Available for Freemium and Premium users.

Sui API is available on Web3 API platform.

Sui is the first permissionless Layer 1 blockchain designed from the ground up to enable creators and developers to build experiences that cater to the next billion users in Web3. Sui is horizontally scalable to support a wide range of application development with unrivaled speed at low cost.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet (HTTPS, WSS, gRPC, GraphQL)
  • Testnet (HTTPS, WSS, gRPC)

API methods

For Sui, we support blockchain interaction via the following interfaces:

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

None.

API querying (RPC methods)

Request example

curl -X POST https://rpc.ankr.com/sui/{your_token} \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "sui_getChainIdentifier",
"params": []
}'

Response example

{
"jsonrpc": "2.0",
"result": "4c78adac",
"id": 1
}

API querying (gRPC methods)

Request example

grpcurl \
-H "x-token: token-value" \
-d '{
"read_mask": {
"paths": [
"sequence_number",
"digest",
"summary"
]
}
}' \
sui.grpc.ankr.com:443 \
sui.rpc.v2.LedgerService.GetCheckpoint

Response example

{
"checkpoint": {
"sequenceNumber": "214225619",
"digest": "GNSviTUX6DXkiCPKYDo1uihJsm5oRcjtvrkT8mVQyay8",
"summary": {
"bcs": {
"name": "CheckpointSummary",
"value": "uAMAAAAAAADT0sQMAAAAADnoOwgBAAAAIPstfiDnwCpkcFlrp8nRs5js5xXtg0tbEcIIcaE+c+ldASDIgYxj9sUG3w0UPAMjIBpRGWeo4PV/1D5fw6pQLRm0VefE2UCSBwAAcCuegkRtAAC8pNR6PmsAABT/ZlEVAQAA/fdQoZoBAAAAAAoAAdn2AQAAAAAA"
},
"digest": "GNSviTUX6DXkiCPKYDo1uihJsm5oRcjtvrkT8mVQyay8",
"epoch": "952",
"sequenceNumber": "214225619",
"totalNetworkTransactions": "4433111097",
"contentDigest": "HuVZqNZXeitWwTsHdNKT5JcjcsHZfT28CJAgpCFxy3kg",
"previousDigest": "EVh7YWQnfvF89gg48v7tYDtX12SVyWSWQb5YtbCzJaxc",
"epochRollingGasCostSummary": {
"computationCost": "8324734633191",
"storageCost": "120141016607600",
"storageRebate": "117916092900540",
"nonRefundableStorageFee": "1191071645460"
},
"timestamp": "2025-11-20T12:50:29.501Z",
"versionSpecificData": "AAHZ9gEAAAAAAA=="
}
}
}

Swell


Swell API is available on Web3 API platform.

Swell is a non-custodial staking protocol with a mission to deliver the world’s best liquid staking and restaking experience, simplify access to DeFi, while securing the future of Ethereum and restaking services.

With Swell, users are able to earn passive income by staking or restaking ETH to earn both blockchain rewards and restaked AVS rewards, and in return be provided with a yield-bearing liquid token (LST or LRT) to hold or participate in the wider DeFi ecosystem to earn additional yield.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet (HTTPS and WSS)
  • Testnet:
    • Sepolia (HTTPS and WSS)

API methods

For Swell, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

HTTPS:

eth_newFilter, eth_getFilterChanges, eth_coinbase, eth_hashrate, eth_mining, eth_getWork,eth_submitWork, eth_submitHashrate, net_peerCount, eth_newBlockFilter, eth_newPendingTransactionFilter, eth_uninstallFilter, eth_getFilterLogs,

debug_* (exception: debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceTransaction, debug_traceCall, debug_traceBlock),

personal_*, admin_*, clique_*, les_*, miner_*, engine_*, parity_*

WSS:

txpool_content, txpool_inspect, txpool_status, txpool_contentFrom

API querying

Request example

curl -X POST https://rpc.ankr.com/swell \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc":"2.0",
"method":"eth_blockNumber",
"params": [],
"id":1
}'

Response example

{
"jsonrpc":"2.0",
"id":1,
"result":"0x359a5"
}

Syscoin


Syscoin API is available on Web3 API platform.

Syscoin is a Proof-of-Work blockchain solution merge-mined with Bitcoin. At its base is a dual-chain Layer 1: the core is the Syscoin native blockchain, and running in tandem with it is an Ethereum Virtual Machine (EVM) chain called NEVM (Network-Enhanced Virtual Machine), which provides modularity, enhanced security, and full byte-for-byte Ethereum compatibility.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet (HTTPS and WSS)

Add networks to MetaMask

Using Ankr as the blockchain provider for MetaMask makes user interaction on Web3 not just easy and slick but also PRIVATE. We DON'T collect users' blockchain addresses — end of the story. Feel free to check our terms and privacy policy to be sure.

For MetaMask to interact with Syscoin through Ankr's infrastructure, add a required Syscoin network either via Web3 API platform's or MetaMask's UI.

Via Web3 API platform

To be added soon.

Via MetaMask

To add Syscoin Mainnet, follow these steps:

  1. In MetaMask extension, click Networks (drop-down menu) > Add network to open Settings.

  2. In the Add a network pane, click Add a network manually, then enter the network details and click Save:

    • Network name: Syscoin Mainnet by Ankr RPC.
    • New RPC URL: https://rpc.ankr.com/syscoin/.
    • Chain ID: 57.
    • Currency symbol: SYS.
    • Block explorer URL: https://explorer.syscoin.org/.

Congrats — you've just added Ankr as the blockchain provider for MetaMask to interact with Syscoin Mainnet.

API methods

For Syscoin, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

HTTPS:

eth_newFilter, eth_getFilterChanges, eth_coinbase, eth_hashrate, eth_mining, eth_getWork,eth_submitWork, eth_submitHashrate, net_peerCount, eth_newBlockFilter, eth_newPendingTransactionFilter, eth_uninstallFilter, eth_getFilterLogs,

debug_* (exception: debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceTransaction, debug_traceCall, debug_traceBlock),

personal_*, admin_*, clique_*, les_*, miner_*, engine_*, parity_*

WSS:

txpool_content, txpool_inspect, txpool_status, txpool_contentFrom

API querying

Request example

curl -X POST https://rpc.ankr.com/syscoin \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc":"2.0",
"method":"eth_blockNumber",
"params": [],
"id":1
}'

Response example

{
"jsonrpc":"2.0",
"id":1,
"result":"0x2fb1c"
}

TAC


TAC API is available on Web3 API platform.

TAC (Tokenized Asset Chain) is a network extension for TON (The Open Network) that enhances its compatibility with the Ethereum Virtual Machine (EVM). It allows users to access EVM applications directly through their TON wallets, eliminating the need to manage multiple wallets or use traditional bridges.

TAC key features:

  • EVM-Equivalent Layer 1: TAC uses an EVM Layer 1 based on CosmosSDK + Ethermint, secured by dPoS and Babylon Bitcoin Staking, running TON-native-like dapps.
  • Secure Cross-Chain Communication: A decentralized sequencer network ensures secure message delivery between TON and TAC, with validation by sequencers and consensus within groups.
  • Economic Security Model: Validators and sequencers stake collateral and participate in validation, earning rewards for good performance and facing penalties for errors.
  • Proxy Apps: Proxy contracts make EVM apps feel native to TON, with seamless interaction through TON wallets without extra complexity.

Official quick links: Website, Docs

Networks

  • Mainnet (HTTPS and WSS)
  • Testnet:
    • SPB (HTTPS and WSS)
    • Turin (HTTPS and WSS)

API methods

For TAC, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

Tendermint (both for REST and JSON-RPC):

/health, /genesis, /broadcast_evidence, /dial_seeds, /dial_peers,

Cosmos:

/cosmos/auth/v1beta1/address_by_id/{id}, /cosmos/auth/v1beta1/module_accounts, /cosmos/auth/v1beta1/bech32, /cosmos/auth/v1beta1/bech32/{address_bytes}, /cosmos/auth/v1beta1/bech32/{address_string}, /cosmos/bank/v1beta1/supply/{denom}, /cosmos/bank/v1beta1/denom_owners/{denom}, /cosmos/bank/v1beta1/send_enabled, /cosmos/base/reflection/v1beta1/interfaces, /cosmos/base/reflection/v1beta1/interfaces/:interface_name/implementations, /cosmos/base/reflection/v1beta1/app_descriptor/authn, /cosmos/base/reflection/v1beta1/app_descriptor/chain, /cosmos/base/reflection/v1beta1/app_descriptor/codec, /cosmos/base/reflection/v1beta1/app_descriptor/configuration, /cosmos/base/reflection/v1beta1/app_descriptor/query_services, /cosmos/base/reflection/v1beta1/app_descriptor/tx_descriptor, /cosmos/base/tendermint/v1beta1/abci_query, /cosmos/feegrant/v1beta1/issued/{granter}, /cosmos/gov/v1/proposals/{proposal_id}, /cosmos/gov/v1/proposals, /cosmos/gov/v1/proposals/{proposal_id}/votes/{voter}, /cosmos/gov/v1/proposals/{proposal_id}/votes, /cosmos/gov/v1/params/{params_type}, /cosmos/gov/v1/proposals/{proposal_id}/deposits/{depositor}, /cosmos/gov/v1/proposals/{proposal_id}/deposits, /cosmos/gov/v1/proposals/{proposal_id}/tally, /cosmos/group/v1/group_info/{group_id}, /cosmos/group/v1/group_policy_info/{address}, /cosmos/group/v1/group_members/{group_id}, /cosmos/group/v1/groups_by_admin/{admin}, /cosmos/group/v1/group_policies_by_group/{group_id}, /cosmos/group/v1/group_policies_by_admin/{admin}, /cosmos/group/v1/proposal/{proposal_id}, /cosmos/group/v1/proposals_by_group_policy/{address}, /cosmos/group/v1/vote_by_proposal_voter/{proposal_id}/{voter}, /cosmos/group/v1/votes_by_proposal/{proposal_id}, /cosmos/group/v1/votes_by_voter/{voter}, /cosmos/group/v1/groups_by_member/{address}, /cosmos/group/v1/proposals/{proposal_id}/tally, /cosmos/nft/v1beta1/balance/{owner}/{class_id}, /cosmos/nft/v1beta1/owner/{class_id}/{id}, /cosmos/nft/v1beta1/supply/{class_id}, /cosmos/nft/v1beta1/nfts, /cosmos/nft/v1beta1/nfts/{class_id}/{id}, /cosmos/nft/v1beta1/classes/{class_id}, /cosmos/nft/v1beta1/classes, /cosmos/params/v1beta1/subspaces, /cosmos/upgrade/v1beta1/module_versions, /cosmos/upgrade/v1beta1/authority, /cosmos/base/tendermint/v1beta1/node_info, /cosmos/base/tendermint/v1beta1/syncing, /cosmos/params/v1beta1/params,

/syncing, /blocks/latest, /blocks/{height}, /validatorsets/latest, /validatorsets/{height}, /wasm/code, /wasm/code/{codeID}, /wasm/code/{codeID}/contracts, /wasm/contract/{contractAddress}, /wasm/contract/{contractAddress}/code-hash, /wasm/contract/{contractAddress}/query/{query}, /wasm/code/{codeID}/hash, /reg/consensus-io-exch-pubkey

API querying

EVM JSON-RPC

curl -X POST https://rpc.ankr.com/tac_turin \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc":"2.0",
"method":"eth_blockNumber",
"params": [],
"id":1
}'

Tendermint JSON-RPC

curl -X POST https://rpc.ankr.com/tac_turin_tendermint \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "blockchain",
"params": ["1", "2"],
"id": 1
}'

Tendermint REST

curl https://rpc.ankr.com/http/tac_turin_tendermint/blockchain?minHeight=1&maxHeight=2

Cosmos REST

curl https://rpc.ankr.com/http/tac_turin_cosmos/cosmos/auth/v1beta1/params

Taiko


Taiko API is available on Web3 API platform.

Taiko is as a fully open source, permissionless, Ethereum-equivalent ZK-Rollup. Using Taiko feels the exact same as using Ethereum. There are no centralized actors that operate the network; all operations are permissionlessly run by the community.

Official quick links: Website, Docs, GitHub

Networks

  • Hekla Testnet (HTTPS and WSS)

API methods

For Taiko, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

HTTPS:

eth_newFilter, eth_getFilterChanges, eth_coinbase, eth_hashrate, eth_mining, eth_getWork,eth_submitWork, eth_submitHashrate, net_peerCount, eth_newBlockFilter, eth_newPendingTransactionFilter, eth_uninstallFilter, eth_getFilterLogs,

debug_* (exception: debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceTransaction, debug_traceCall, debug_traceBlock),

personal_*, admin_*, clique_*, les_*, miner_*, engine_*, parity_*

WSS:

txpool_content, txpool_inspect, txpool_status, txpool_contentFrom

API querying

Request example

curl -X POST https://rpc.ankr.com/taiko_hekla \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'

Response example

{
"jsonrpc": "2.0",
"id": 1,
"result": "0x28244"
}

Telos


Telos API is available on Web3 API platform.

Telos EVM integrates the Telos blockchain's high performance with Ethereum's development environment. It offers fast transactions, low fees, and full compatibility with Ethereum tools and smart contracts. Key features include:

  • High Performance: Thousands of transactions per second with low latency.
  • Low Fees: Significantly cheaper transactions than Ethereum.
  • Compatibility: Supports Ethereum smart contracts and development tools like Solidity and Metamask.
  • Governance: Robust governance model allowing token holder participation.
  • Frontrunning Protection: Built-in mechanisms to prevent frontrunning, ensuring fairer transaction execution.
  • Arbitration: Dispute resolution mechanism to handle conflicts, enhancing trust and security.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet (HTTPS and WSS)
  • Testnet (HTTPS and WSS)

API methods

For Telos, we support blockchain interaction via the applicable methods.

Unsupported

warning

For Telos, on Premium service plan, we don't support any other methods except for those referenced in API methods.

tip

If you require any methods other than those in the API methods section, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

API querying

Request example

curl -X POST https://rpc.ankr.com/telos \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'

Response example

{
"jsonrpc": "2.0",
"id": 1,
"result": "0x1461d7b4"
}

Tenet


Tenet API is available on Web3 API platform.

Tenet is an EVM-compatible Layer-1 bringing liquidity and yield opportunities to LSDs by using them as collateral for network validators through Diversified Proof of Stake. This increases network security and improves governance inclusivity.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet Beta (HTTPS and WSS)

API methods

For Tenet, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

HTTPS:

eth_newFilter, eth_getFilterChanges, eth_coinbase, eth_hashrate, eth_mining, eth_getWork,eth_submitWork, eth_submitHashrate, net_peerCount, eth_newBlockFilter, eth_newPendingTransactionFilter, eth_uninstallFilter, eth_getFilterLogs,

debug_* (exception: debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceTransaction, debug_traceCall, debug_traceBlock),

personal_*, admin_*, clique_*, les_*, miner_*, engine_*, parity_*

WSS:

txpool_content, txpool_inspect, txpool_status, txpool_contentFrom

API querying

Request example

curl -X POST https://rpc.ankr.com/tenet_evm \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'

Response example

{
"jsonrpc": "2.0",
"id": 1,
"result": "0x9207af"
}

TON


tip

Available for Freemium and Premium users.

TON API is available on Web3 API platform.

The Open Network (TON) is a decentralized and open internet platform made up of several components. These include: TON Blockchain, TON DNS, TON Storage, and TON Sites. TON Blockchain is the core protocol that connects TON’s underlying infrastructure together to form the greater TON Ecosystem.

TON is focused on achieving widespread cross-chain interoperability, while operating in a highly scalable secure framework. TON is designed to process millions of transactions per second (TPS), with the goal of eventually reaching hundreds of millions of users moving forward.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet
    • REST API (HTTPS)
    • JSON-RPC API (HTTPS and WSS)

API methods

For TON, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

None.

API querying

Request example

curl -X GET https://rpc.ankr.com/premium-http/ton_api_v2/{your_token}/getConsensusBlock

Response example

{
"ok": true,
"result": {
"consensus_block": 41808671,
"timestamp": 1731070487.261679
}
}

TRON


tip

Available for Premium users only.

TRON API is available on Web3 API platform.

TRON is an open source public blockchain platform that supports smart contracts. TRON is compatible with Ethereum, which means that you can migrate smart contracts on Ethereum to TRON directly or with minor modifications. TRON relies on a unique consensus mechanism to realize the high TPS of the TRON network that is far beyond Ethereum, bringing developers a good experience of a faster transaction.

Official quick links: Website, Docs, GitHub

Networks

  • Mainnet
    • REST API (HTTPS)
    • JSON-RPC API (HTTPS)

API methods

For TRON, we support blockchain interaction via all the applicable methods except for those listed as unsupported.

Unsupported

warning

This section contains a list of methods we don't support for Premium service plan.

tip

If you require any of the methods from the list, contact our Sales (sales@ankr.com) about moving to the Enterprise service plan that can provide the services tailored to your specific needs.

/wallet/easytransferbyprivate, /wallet/easytransferassetbyprivate, /wallet/easytransfer, /wallet/easytransferasset, /wallet/gettransactionsign,

And all the methods with the following segments in their path:

easytransferbyprivate, easytransferassetbyprivate, easytransfer, easytransferasset, gettransactionsign, createaddress, listnodes, generateaddress, getnodeinfo, addtransactionsign, getakfromask, getnkfromnsk, getspendingkey, getexpandedspendingkey, getdiversifier, getincomingviewingkey, createspendauthsig, getnewshieldedaddress, createshieldedtransaction, createshieldedcontractparameters, createshieldedcontractparameterswithoutask, scanshieldedtrc20notesbyivk, scanshieldedtrc20notesbyovk, isshieldedtrc20contractnotespent

API querying

Request example (JSON-RPC)

curl -X POST https://rpc.ankr.com/tron_jsonrpc/{your_token} \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'

Response example (JSON-RPC)

{
"jsonrpc": "2.0",
"id": 1,
"result": "0x30dc665"
}

Request example (REST)

curl -X GET 'https://rpc.ankr.com/premium-http/tron/{your_token}/walletsolidity/getnowblock'

Response example (REST)

{
"blockID": "0000000002fa7ad50ad1632efffc6f8376488681897834ac17bdf137e961b5f3",
"block_header": {
"raw_data": {
"number": 49969877,
"txTrieRoot": "9fb478348a2f48bd15eb5cff7d6b6a3845e7014a444125981e41c761c05c8898",
"witness_address": "411761716b76c6a3d885299c366826046c09b08d26",
"parentHash": "0000000002fa7ad442c90c1be8ab67467e1940017258cb28496bcafe7bcb1bbd",
"version": 27,
"timestamp": 1680522399000
},
"witness_signature": "50243f8d127f417f407e1df845c77bdf600d33d155cbcebe82b6b6903b8e74492c1bfabbf7be683ff0a20f9ce22565f9e6fe05c4202bb950e0390d4bbc38f7f301"
},
"transactions": [
{
"ret": [
{
"contractRet": "SUCCESS"
}
],
"signature": [
"8939604c6e12c894a5c45abca9337121f172281522227b51a78ddeaf3105c6a959378ef0d7541473ae15b28ee6c744525552577cac04d4ec0a48925e69a2f1ca00"
],
"txID": "e8a35f80078d8e7f562d7b19c91102388d400029f9454d90d4b638bf6094621e",
"raw_data": {
"contract": [
{
"parameter": {
"value": {
"data": "a9059cbb000000000000000000000000149e4be8e140208f5640814249406404f475fb1700000000000000000000000000000000000000000000000000000000097a25c0",
"owner_address": "41cebabc6a66da33d2135f11207d6ab88b82829813",
"contract_address": "41a614f803b6fd780986a42c78ec9c7f77e6ded13c"
},
"type_url": "type.googleapis.com/protocol.TriggerSmartContract"
},
"type": "TriggerSmartContract"
}
],
"ref_block_bytes": "7ac2",
"ref_block_hash": "182e27a1484a4f66",
"expiration": 1680533174894,
"fee_limit": 30000000,
"timestamp": 1680522374779
},
"raw_data_hex": "0a027ac22208182e27a1484a4f6640eef4d4bcf4305aae01081f12a9010a31747970652e676f6f676c65617069732e636f6d2f70726f746f636f6c2e54726967676572536d617274436f6e747261637412740a1541cebabc6a66da33d2135f11207d6ab88b82829813121541a614f803b6fd780986a42c78ec9c7f77e6ded13c2244a9059cbb000000000000000000000000149e4be8e140208f5640814249406404f475fb1700000000000000000000000000000000000000000000000000000000097a25c070fbdcc1b7f43090018087a70e"
}
]
}