Protokol
Search
K

Exchange Configurations

List of NFT Exchange Configurations Endpoints

Configurations

get
https://explorer.protokol.sh/api/nft/exchange/configurations
/configurations

Examples

Curl
Typescript
curl https://explorer.protokol.sh/api/nft/exchange/configurations
const response = connection.NFTExchangeApi("configurations").index();
>>> Promise<ApiResponse<ConfigurationsResource>>