Relayers
Request relayers infos by marketIDs. If no ids are provided, all market with associated relayers are returned
Query parameters
marketIDsstring[]OptionalExample:
Specify multiple marketIDs to search.
["0xfbc729e93b05b4c48916c1433c9f9c2ddb24605a73483303ea0f87a8886b52af","0x9b9980167ecc3645ff1a5517886652d94a0825e54a77d2057cbbe3ebee015963"]
Responses
200
OK response.
application/json
400
Bad Request response.
application/vnd.goa.error
404
Not Found response.
application/vnd.goa.error
500
Internal Server Error response.
application/vnd.goa.error
get
GET /api/explorer/v1/relayers HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
[
{
"marketId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"relayers": [
{
"cta": "https://injdojo.exchange",
"name": "Injdojo"
},
{
"cta": "https://injdojo.exchange",
"name": "Injdojo"
}
]
},
{
"marketId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"relayers": [
{
"cta": "https://injdojo.exchange",
"name": "Injdojo"
},
{
"cta": "https://injdojo.exchange",
"name": "Injdojo"
}
]
},
{
"marketId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"relayers": [
{
"cta": "https://injdojo.exchange",
"name": "Injdojo"
},
{
"cta": "https://injdojo.exchange",
"name": "Injdojo"
}
]
},
{
"marketId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"relayers": [
{
"cta": "https://injdojo.exchange",
"name": "Injdojo"
},
{
"cta": "https://injdojo.exchange",
"name": "Injdojo"
}
]
}
]