post https://{network}-rpc.tonxapi.com/v2/json-rpc/
Get all wallet subscriptions by the account_id
Log in to see full request history
Responses
Get all wallet subscriptions by the account_id
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": "getAccountSubscriptions",
"params": {
"account_id": "EQAj-peZGPH-cC25EAv4Q-h8cBXszTmkch6ba6wXC8BM4xdo"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: