Returns the list of stores that are part of a given chain
GET
/api/chains/{chainId}/stores
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
chainId*
Typestring
RequiredPattern
"[1-9][0-9]*"Query Parameters
limit
Typeinteger
offset
Typeinteger
Responses
Success
application/json
JSON
{
"id": 0,
"name": ""
}