Connect
WEBSOCKET [GATEWAY_WEBSOCKET_ENDPOINT]
Message
{
"type": "nonces",
"address": "0x0000000000000000000000000000000000000000"
}
GGET [GATEWAY_REST_ENDPOINT]/query?type=nonces&address={address}
POST [GATEWAY_REST_ENDPOINT]/query
Body
{
"type": "nonces",
"address": "0x0000000000000000000000000000000000000000"
}
{
"status":"success",
"data":{
"tx_nonce": 0,
"order_nonce": 1753048133299863552
},
"request_type": "query_nonces",
}