Skip to content

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
Required
Pattern"[1-9][0-9]*"

Query Parameters

limit
Typeinteger
offset
Typeinteger

Responses

Success

application/json
JSON
{
"id": 0,
"name": ""
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python