Relayer API
Submit supported ValueChain contract calls and query their execution status. Relayer is Mainnet only; there is no Testnet Relayer.
Mainnet base URL: https://mainnet-gw.sodex.dev/api/v1/relayer
Endpoints
Submit TransactionTransaction StatusResponse envelope
{
"status": "1",
"message": "OK",
"result": {}
}Status
Meaning
1
Success.
40001
Invalid parameter or validation failure.
401
Unauthorized.
403
Source IP denied.
429
Rate limit exceeded.
500
Internal error.
Parameter and authorization failures can use HTTP 200. Always inspect the body status. HTTP 403, 429, and 500 are used for source-IP denial, rate limiting, and internal failures respectively.
Documentation
Transaction RelayerLast updated