post https://{network}-rpc.tonxapi.com/v2/json-rpc/
To retrieve a list of messages from the TON blockchain.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
To retrieve a list of messages from the TON blockchain.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
14curl --request POST \
--url https://mainnet-rpc.tonxapi.com/v2/json-rpc/3eadfde7-6e4e-4dcd-ac8c-776dcd1ec73e \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "getMessages",
"params": {
"limit": 256
}
}
'
Try It!
to start a request and see the response here! Or choose an example: