Get NFTs by Owner
This endpoint returns all NFTs that are owned by a given account address, with the included owner balances (supports pagination). Ownership and balances are only updated once the underlying transaction causing the change in ownership/balance is confirmed by the network (roughly ~10 minutes on all chains). Supported chains: ethereum
, polygon
, optimism
, scroll
, arbitrum
, base
, avalanche
.
Parameters
Parameter | Description | Type |
---|---|---|
chain_id | A keyword (i.e. "ethereum") or CAIP-2 identifier specifying the blockchain to query. | string |
owner_address | required The address of the owner to retrieve NFTs for (supports ENS names). | string |
contract_address | The contract address of the collection to filter results by (supports ENS names). | string |
limit | The maximum number of results to retrieve (default 100 ). |
string |
curl -X GET \
'https://api.transpose.io/nft/nfts-by-owner?chain_id=ethereum&owner_address=0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d' \
-H 'X-API-KEY: BtRVYj7dgnYUcr1gSSfWhmrTShIb8RBG' \
Got questions? Join our Discord
Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.