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"\\d+"

Query Parameters

pageSize*

Count of chains on page

Typestring
Required
Default0
Pattern"\\d+"
offset*

Offset of items

Typestring
Required
Default0
Pattern"\\d+"

Responses

Success.

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

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python