URL
Testnet:
REST: https://zk-test.satori.finance
WebSocket: ws://zk-test.satori.finance/api/market/ws
Mainnet:
REST: https://openapi.satori.finance
WebSocket: wss://openapi.satori.finance/api/market/ws
Request example
curl --location 'https://openapi.satori.finance/api/third/info/ping'
{
"error": false,
"code": 200,
"msg": "SUCCESS",
"data": "pong",
"sid": "1794583270014087169"
}
Last updated