The Blockdaemon API compute unit values for NFT API methods.
The following is a list of all the transaction categories and their associated Compute Units:
Transaction Category | Associated Compute Units |
---|---|
XS | 1 |
S | 5 |
M | 10 |
L | 50 |
XL | 100 |
Egress | Custom |
Batch Queries | Custom |
NFT API Compute Unit Values
Info:
Available types calls are include:
- Fixed: A fixed query has a set CU cost.
- Paginated: A paginated query where you get billed based on the number of items requested per page.
Name | Path | Value | Type |
---|---|---|---|
Refresh NFT Token | /v1/{protocol}/{network}/token/refresh | XS | Fixed |
Retrieve NFT Media | /v1/{protocol}/{network}/media/{path} | Billed at a percentage cost | Bytes |
GET NFT Asset | /v1/{protocol}/{network}/asset/{id} | S | Fixed |
GET NFT Assets | /v1/{protocol}/{network}/assets | S | Paginated |
Get NFT Event | /v1/{protocol}/{network}/event/{id} | S | Fixed |
List NFT Events | /v1/{protocol}/{network}/events | S | Paginated |
List NFT Events By Block | /v1/{protocol}/{network}/events/block/{block_number} | S | Paginated |
List NFT Events By Block Range | /v1/{protocol}/{network}/events/blocks | S | Paginated |
List NFT Assets Rarity | /v1/{protocol}/{network}/assets/rarity/{collection_id} | S | Paginated |
GET NFT Collection | /v1/nft/{protocol}/{network}/collection/{id} | S | Fixed |
List NFT Collections | /v1/nft/{protocol}/{network}/collections | S | Paginated |
Search NFT Collections | /v1/nft/{protocol}/{network}/collections/search | L | Paginated |
👋 Need Help?
Contact us through email or our support page for any issues, bugs, or assistance you may need.