Blur
Introducing the NFT API for Blur NFT Marketplace – handling over 1,000+ requests per minute with ease. Our high-performance, simple-to-use API is backed by rotating proxies and API keys for maximum reliability and speed. Check out my Opensea, LooksRare, and x2y2 API as well: https://rapidapi.com/openseatools/api/opensea15 - Crypto payments accepted - Lifetime unlimited request licenses available…
Blur endpoints
| Method | Endpoint | Description |
|---|---|---|
| Retrieve | ||
| GET |
Search /v1/search |
Blur Search Query |
| GET |
Retrieve rewards /v1/collections/{slug}/rewards |
This endpoint is used to retrieve if bid rewards |
| GET |
Retrieve collection fees /v1/collections/{slug}/fees |
This endpoint returns the various collection fees |
| GET |
Retrieve fees /v1/fees |
This endpoint returns the various contract fees |
| GET |
Retrieve airdrop leaderboard /v1/rewards/leaderboard |
Retrieve the current airdrop leaderboard list To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with… |
| GET |
Retrieve tokens /v1/collections/{slug}/tokens |
This endpoint returns a set of NFTs based on the specified filter parameters. Filter for Listed Tokens: {"cursor":null,"traits":[],"hasAsks":true} |
| GET |
Retrieve a collection /v1/collections/{slug} |
This endpoint is used to retrieve more in-depth information about an individual collection, including real time statistics such as floor price. |
| GET |
Retrieve tokens / listings /v1/collections/{collection}/tokens |
This endpoint returns a set of NFTs based on the specified filter parameters. Filter for Listed Tokens: {"cursor":null,"traits":[],"hasAsks":true} |
| GET |
Retrieve collection traits /v1/traits/{contract_address} |
This endpoint is used to retrieve trait information about a single collection. |
| GET |
Retrieve blur events /v1/activity/event-filter |
This endpoint is used to retrieve events, customisable. **Filter examples:** {"count":50,"eventFilter":{"mint":{},"sale":{},"transfer":{},"orderCreated":{}}}… |
| GET |
Retrieve asset /v1/collections/{contractAddress}/tokens/{tokenId} |
This endpoint is used to retrieve information about a single NFT. |
| GET |
Retreive collections /v1/collections/ |
This endpoint is used to retrieve information about all collection, including real time statistics such as floor price. |
| GET |
Retreive collection prices /v1/collections/{collection}/prices |
This endpoint is used to retrieve collection prices |
| GET |
Retrieve collection pricing chart /v1/charts/everything |
This endpoint is used to retrieve collection pricing chart data |
| GET |
Retrieve collection activity /v1/activity |
This endpoint is used to retrieve activity for an individual collection. To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve… |
| GET |
Retrieve traits /v1/traits/{contract_address} |
Use this endpoint to retrieve the traits and traits stats for a collection. |
| GET |
Retrieve activity /v1/activity/global |
Retrieve activity |
| GET |
Retrieve trending collections /v1/trending/collections |
Retrieve trending collections |
| GET |
Retrieve collection reward multiplier info /v1/rewards/collection-multipliers |
Retrieve collection reward multiplier info |
| GET |
Retrieve collection ownerships /v1/collections/{contractAddress}/ownerships |
Retrieve collection ownerships |
| Listings | ||
| POST |
Create listing format /v1/orders/format |
To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your wallet address in the body of the… |
| POST |
Submit listing/cancel order /v1/orders/submit |
To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your wallet address in the body of the… |
| POST |
Create cancel format /v1/orders/cancel/format |
Use this endpoint to generate the cancel listing format, submit via the "Sumbit order" endpoint To be able to use the blur endpoints you need an authToken. You can generate one… |
| Bids | ||
| GET |
Retrieve executable bids /v1/collections/{slug}/executable-bids |
Retrieve collection/trait bids Example trait bid filter: {"criteria":{"type":"TRAIT","value":{"Back":"Space Pack"}}} Example collection bid filter:… |
| GET |
Retrieve user bids /v1/collection-bids/user/{walletAddress} |
This endpoint is used to retrieve the active collection/trait bids to a user wallet address. Note: wallet address **must** be lowercase Example filters:… |
| POST |
Submit bids /v1/collection-bids/submit |
This endpoint submit your collection/trait bid offer, to get the format use the "Create collection bid format" To be able to use the blur endpoints you need an authToken. You can… |
| Buy | ||
| POST |
Create buy format /v1/buy/{contract_address} |
To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your wallet address in the body of the… |
| User | ||
| GET |
Retrieve user notifications feed /v1/user/notifications/feed |
Retrieve user notifications feed To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your wallet… |
| GET |
Retreieve user has opensea listings /v1/user/collections/has-opensea-listings |
Retreieve user has opensea listings To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your… |
| GET |
Retrieve user email /v1/user/email |
Retrieve user email To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your wallet address in… |
| GET |
Retrieve user airdrop rewards /v1/user/rewards/wallet-compact |
Retrieve user airdrop rewards To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your wallet… |
| GET |
Retrieve user portfolio /v1/portfolio/{walletAddress}/owned |
This endpoint is used to retrieve portfolio details for a single wallet address. To be able to use the blur endpoints you need an authToken. You can generate one by using the… |
| GET |
Retrieve user portfolio collections /v1/portfolio/{walletAddress}/collections |
This endpoint is used to retrieve collections owned for a single wallet address. To be able to use the blur endpoints you need an authToken. You can generate one by using the… |
| GET |
Retrieve user collections favorited addresses /v1/user/collections/favorited-addresses |
Retrieve user collections favorited addresses To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with… |
| GET |
Retrieve user collections hidden addresses /v1/user/collections/hidden-addresses |
Retrieve user collections hidden addresses To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with… |
| GET |
Retrieve user feature flags /v1/user/feature-flags |
Retrieve user feature flags To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your wallet… |
| Loan | ||
| POST |
Create borrow ETH order format /v1/blend/loan-offer/borrow |
This endpoint is used to create the order to borrow ETH and which you need to submit to the blockchain To be able to use the blur endpoints you need an authToken. You can… |
| POST |
Create lend ETH order format /v1/blend/loan-offer/format |
This endpoint is used to create the order format to lend ETH which you need to submit to blockchain. To be able to use the blur endpoints you need an authToken. You can generate… |
| POST |
Cancel active user lend ETH offer /v1/blend/loan-offer/cancel/format |
This endpoint is used to cancel a active user lend ETH offer To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve… |
| POST |
Create repay active loan order format /v1/blend/lien/repay |
This endpoint is used to create order data to repay an active ETH loan To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve… |
| POST |
Create borrowed buy order format /v1/blend/loan-offer/buy-to-borrow |
This endpoint is used to create the buy order format when using borrowed funds. To be able to use the blur endpoints you need an authToken. You can generate one by using the… |
| POST |
Submit loan offer format /v1/blend/loan-offer/submit |
This endpoint is used to submit the loan order format. To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge'… |
| GET |
Retrieve active collection / user loans offers /v1/blend/active-liens/{collection} |
This endpoint is used to retrieve the active loan collection or user offer levels for a collection. Enter the collection or user wallet address |
| GET |
Retrieve aggregated loan offers /v1/blend/aggregated-loan-offers/{collection} |
This endpoint is used to retrieve the aggregated loan offer levels for a collection. |
| GET |
Retrieve active collection/user lend ETH offers /v1/portfolio/{collection}/loan-offers |
This endpoint is used to retrieve active collection or user lend ETH offers. Enter the collection or the user address. To be able to use the blur endpoints you need an authToken.… |
| Other endpoints | ||
| POST |
Submit listing/cancel order /v1/orders/submit |
To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your wallet address in the body of the… |
| POST |
Create borrow ETH order format /v1/blend/loan-offer/borrow |
This endpoint is used to create the order to borrow ETH and which you need to submit to the blockchain To be able to use the blur endpoints you need an authToken. You can… |
| POST |
Create buy format /v1/buy/{contract_address} |
To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your wallet address in the body of the… |
| POST |
Create buy format /v1/buy/{contract_address} |
To be able to use the blur endpoints you need an authToken. You can generate one by using the 'Retrieve authchallenge' endpoint with your wallet address in the body of the… |
| POST |
Create collection bid format /v1/collection-bids/format |
This endpoint returns the collection bids format to submit in the next endpoint called "Submit collection bid" To be able to use the blur endpoints you need an authToken. You can… |
Blur pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $50 / month | 2 / second |
|
| ULTRA Recommended | $100 / month | 4 / second |
|
| MEGA | $150 / month | 8 / second |
|