Added

New API Endpoints

We've shipped 35 new REST API endpoints across accounts, collections, tokens, NFTs, drops, swaps, and more. These are also available in new releases of our SDK, CLI, and Agent Skill.

Learn more about each endpoint in our API Reference, or point your agent to the OpenAPI spec directly.


Accounts

MethodEndpointDescription
GET/api/v2/account/{address}/collectionsGet collections owned by an account, with ownership data
GET/api/v2/account/{address}/favoritesGet items favorited by an account
GET/api/v2/account/{address}/listingsGet active listings created by an account
GET/api/v2/account/{address}/offersGet active offers made by an account
GET/api/v2/account/{address}/offers_receivedGet offers received on items owned by an account
GET/api/v2/account/{address}/portfolioGet portfolio analytics including total value, NFT/token breakdown, and P&L
GET/api/v2/account/{address}/portfolio/historyGet net worth time-series data for an account
GET/api/v2/accounts/resolve/{identifier}Resolve an ENS name, username, or address to canonical account info

Collections

MethodEndpointDescription
GET/api/v2/collections/topGet top collections ranked by various stats
GET/api/v2/collections/trendingGet trending collections by sales activity over a timeframe
GET/api/v2/collections/{slug}/floor_pricesGet time-series floor price data for a collection
GET/api/v2/collections/{slug}/holdersGet a paginated list of holders for a collection
GET/api/v2/collections/{slug}/offer_aggregatesGet aggregated offer buckets grouped by price level
POST/api/v2/collections/batchRetrieve multiple collections in a single request by slugs

NFTs

MethodEndpointDescription
GET/api/v2/chain/{chain}/contract/{address}/nfts/{identifier}/analyticsGet analytics data (sales history, floor price history) for an NFT
GET/api/v2/chain/{chain}/contract/{address}/nfts/{identifier}/ownersGet owners for an NFT (useful for ERC-1155 multi-owner tokens)
POST/api/v2/nfts/batchRetrieve multiple NFTs in a single request by identifiers
POST/api/v2/assets/transferGet blockchain actions to transfer NFTs or tokens between wallets

Tokens

MethodEndpointDescription
GET/api/v2/chain/{chain}/token/{address}/activityGet swap activity for a token
GET/api/v2/chain/{chain}/token/{address}/ohlcvGet OHLCV candlestick data for a token
GET/api/v2/chain/{chain}/token/{address}/price_historyGet historical price data for a token
GET/api/v2/token-groupsGet token groups (equivalent currencies across chains, e.g. ETH on Ethereum/Base/Arbitrum)
GET/api/v2/token-groups/{slug}Get a token group by slug
POST/api/v2/tokens/batchRetrieve multiple tokens in a single request by contract identifiers

Listings & Trading

MethodEndpointDescription
POST/api/v2/listings/actionsGet blockchain actions (approvals + Seaport signing payload) to list NFTs
POST/api/v2/listings/cross_chain_fulfillment_dataBuy listings using a token on a different chain or different token on the same chain
POST/api/v2/listings/sweepSweep buy up to N items from a collection using any payment token, including cross-chain

Swaps

MethodEndpointDescription
POST/api/v2/swap/executeGet executable transactions for token-to-token swaps (same-chain and cross-chain)

Drops

MethodEndpointDescription
GET/api/v2/dropsGet drops by type: featured, upcoming, or recently minted
GET/api/v2/drops/{slug}Get detailed drop info for a collection, including stages and supply
GET/api/v2/drops/deploy/{chain}/{tx_hash}/receiptCheck the status of a contract deployment transaction
POST/api/v2/drops/deployGet transaction data for deploying a new NFT drop contract
POST/api/v2/drops/{slug}/mintGet transaction data for minting tokens from a drop

Auth & Infrastructure

MethodEndpointDescription
POST/api/v2/auth/keysCreate a free-tier API key instantly (no auth required, rate limited)
GET/api/v2/chainsGet all supported chains with metadata (name, currency, swap support, block explorer)
POST/api/v2/transactions/receiptGet receipt/status for any submitted transaction (fulfillments, swaps, sweeps, etc.)