Discord
Telegram
Twitter
Search
⌃
K
Links
Blast Documentation
📚
Introduction
📖
APIs Documentation
Core API
Aptos
Arbitrum
Astar
Avalanche
Base
Binance Smart Chain
Ethereum
Fantom
Gnosis
Linea
Mantle
Metis
Moonbeam
MultiversX
Accounts
Blocks
Collections
Delegation
Identities
/keys/{key}/unbound-period
/miniBlocks/{miniBlockHash}
Network
NFTS
Tags
Nodes
Providers
Rounds
Results
/shards
/stake
Tokens
Transactions
/username/{username}
POST /query
Waiting-list
Default
/dapp/config
/websocket/config
maiar.exchange
Transfers
OKTC
Optimism
Palm
Polkadot
Polygon
Polygon zkEVM
Scroll
zkSync
Starknet
SUI
Builder API
Trace API
Debug API
Erigon API
💡
Things you need to know
📜
Tutorials and guides
🧰
Blast SDK
🔬
Blast protocol
Running a node
🏠
Introduction: How to Run Specific Blockchain Nodes | Blast API
⛓
Supported Chains
⚙
IP Whitelist - Firewall Rules
🕦
Technical support
💬
Contact
Indexing
💾
Indexing the Klaytn Network
⚙
Indexer node set up
💻
Subgraph Development
Houston Testnet
💰
Blast delegation program
Bware Labs Snapshot Service
⛓
Supported Chains
Powered By
GitBook
Comment on page
POST /query
Performs a vm query on a given smart contract and returns its results
Parameters
{}
- object to query
Example
Request
curl -X 'POST' \
'https://api.elrond.com/query' \
-H 'accept: */*' \
-H 'Content-Type: application/json' \
-d '{"username":"astro"}'
Result
{
"statusCode"
:
500
,
"message"
:
"Internal server error"
}
Previous
/username/{username}
Next
Waiting-list
Last modified
9mo ago