Headers
-
ONX-API-KEY
string Required An API key assigned by Omniex
-
ONX-API-TIMESTAMP
integer(int64) Required Unix timestamp value, in milliseconds
-
ONX-API-SIGNATURE
string Required The signature generated for this API call
curl \
-X GET https://api.omniex.io/edge/v1beta/venues \
-H "ONX-API-KEY: fI7xlbw7e2" \
-H "ONX-API-TIMESTAMP: 1606940938725" \
-H "ONX-API-SIGNATURE: 3181a3c21da8a5bb952076cc3655cc17de3d63efa790282c3625d21fee52db4a"
{
"data": [
{
"id": "binance",
"resource": "venue",
"type": [
"exchange"
],
"displayName": "Binance",
"tradingStatus": "trading",
"instruments": [
{
"id": "BTC/USDT",
"type": "spot",
"displayName": "BTC/USDT"
},
{
"id": "BTC-USDT-PERP-BINANCE",
"type": "future",
"displayName": "BTC-USDT PERP"
},
{
"id": "BTC-USD-2021-06-25-BINANCE",
"type": "future",
"displayName": "BTC-USD 2021-06-25"
}
],
"createdAt": "2021-04-12T22:53:27.524Z",
"updatedAt": "2021-04-12T22:53:27.524Z"
},
{
"id": "galaxy",
"resource": "venue",
"type": [
"otc"
],
"displayName": "Galaxy",
"tradingStatus": "trading",
"instruments": [
{
"id": "BTC/USD",
"type": "spot",
"displayName": "BTC/USD"
}
],
"createdAt": "2021-04-19T22:53:27.524Z",
"updatedAt": "2021-04-19T22:53:27.524Z"
},
{
"id": "gdax",
"resource": "venue",
"type": [
"exchange"
],
"displayName": "Coinbase",
"tradingStatus": "suspended",
"instruments": [
{
"id": "BTC/USD",
"type": "spot",
"displayName": "BTC/USD"
},
{
"id": "ETH/USD",
"type": "spot",
"displayName": "ETH/USD"
}
],
"createdAt": "2021-04-13T22:53:27.524Z",
"updatedAt": "2021-04-19T10:17:51.980Z"
}
],
"meta": {}
}
{
"data": [
{
"id": "string",
"resource": "venue",
"type": [
"exchange"
],
"displayName": "string",
"tradingStatus": "trading",
"instruments": [
{
"id": "string",
"type": "spot",
"displayName": "string"
}
],
"createdAt": "2025-05-04T09:42:00Z",
"updatedAt": "2025-05-04T09:42:00Z"
}
],
"meta": {}
}
{
"errors": [
{
"error": "PARAMETER_VALUE_INVALID",
"message": "a specified query/path parameter value was invalid"
}
],
"meta": {}
}
{
"errors": [
{
"error": "PARAMETER_UNSUPPORTED",
"message": "a specified query parameter is unsupported"
}
],
"meta": {}
}
{
"errors": [
{
"error": "TIMESTAMP_INVALID",
"message": "the request timestamp is invalid or outside the required window"
}
],
"meta": {}
}
{
"errors": [
{
"error": "ACCESS_DENIED",
"message": "string"
}
],
"meta": {}
}
{
"errors": [
{
"error": "AUTHENTICATION_FAILED",
"message": "the api server failed to authenticate the request"
}
],
"meta": {}
}
{
"errors": [
{
"error": "ACCESS_DENIED",
"message": "string"
}
],
"meta": {}
}