Nft Market logo

Nft Market

387.6K Queries (Past 30D)

5.1K Signal

Updated 10 months ago

Network

bsc

Subgraph ID

2LHYMs—zMKFmW

Deployment ID

Qmao5R—1Jyo7v

Query URL

/subgraphs/id/2LHYMs—zMKFmW

387.6K Queries (Past 30D)

5.1K Signal

Updated 10 months ago

Network
bsc
Subgraph ID
2LHYMs—zMKFmW
Deployment ID
Qmao5R—1Jyo7v
Query URL
/subgraphs/id/2LHYMs—zMKFmW
Index Status

Query quick start

The production url for querying this Subgraph on the decentralized network.

Query url format

{base_url}

/api

/subgraphs/id/

{subgraph_id}

Base URL
https://gateway.thegraph.com/api
Subgraph id
2LHYMstVV7vuxR8zz3Lx8i4pD1JgYS5mPoecBTzMKFmW
Query URL
https://gateway.thegraph.com/api/subgraphs/id/2LHYMstVV7vuxR8zz3Lx8i4pD1JgYS5mPoecBTzMKFmW

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ collections(first: 5) { id name symbol active } nfts(first: 5) { id tokenId otherId collection { id } } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/2LHYMstVV7vuxR8zz3Lx8i4pD1JgYS5mPoecBTzMKFmW