Skip to main content

NFT

Get NFT Collection info

Retrieves NFT collection info by col_id

https://api.spacescan.io/collection/info
?authkey=your_auth_key
&col_id=col1z0ef7w5n4vq9qkue67y8jnwumd9799sm50t8fyle73c70ly4z0ws0p2rhl
ParamsDetails
col_idThe id of NFT collection
Note: The Collection id is Bech32 encoded version of collection from meta data and minter DID with HRP as 'col'
networkIts optional
Possible values: mainnet|testnet10
VersionIts optional
Defaults to 1

Get list of NFT details in Collection

Retrieves NFT details from a collection by col_id

https://api.spacescan.io/collection/nfts
?authkey=your_auth_key
&col_id=col1z0ef7w5n4vq9qkue67y8jnwumd9799sm50t8fyle73c70ly4z0ws0p2rhl
ParamsDetails
col_idThe id of NFT collection
Note: The Collection id is Bech32 encoded version of collection from meta data and minter DID with HRP as 'col'
networkIts optional
Possible values: mainnet|testnet10
VersionIts optional
Defaults to 1

Get holders of NFT Collection

Retrieves current holders address and DID of a collection by col_id

https://api.spacescan.io/collection/holders
?authkey=your_auth_key
&col_id=col1z0ef7w5n4vq9qkue67y8jnwumd9799sm50t8fyle73c70ly4z0ws0p2rhl
ParamsDetails
col_idThe id of NFT collection
Note: The Collection id is Bech32 encoded version of collection from meta data and minter DID with HRP as 'col'
networkIts optional
Possible values: mainnet|testnet10
VersionIts optional
Defaults to 1

Get NFT info

Get NFT basic info by nft_id

https://api.spacescan.io/nft/info
?authkey=your_auth_key
&nft_id=nft1qgw6j93ynlu5d5ufhrwsq9e8ptlz9u624t0wgyzefn9wk9f90f9sv4kdss
ParamsDetails
nft_idThe id of NFT.
Note: The NFT id is Bech32 encoded version of launcer coin id of the NFT with HRP as 'nft'
networkIts optional
Possible values: mainnet|testnet10
VersionIts optional
Defaults to 1

Get NFT transactions

Get NFT coin transactions details by nft_id

https://api.spacescan.io/nft/transactions
?authkey=your_auth_key
&nft_id=nft1qgw6j93ynlu5d5ufhrwsq9e8ptlz9u624t0wgyzefn9wk9f90f9sv4kdss
ParamsDetails
nft_idThe id of NFT.
Note: The NFT id is Bech32 encoded version of launcer coin id of the NFT with HRP as 'nft'
networkIts optional
Possible values: mainnet|testnet10
VersionIts optional
Defaults to 1

Get NFT events

Retrieves NFT evenets details by nft_id

https://api.spacescan.io/nft/transactions
?authkey=your_auth_key
&nft_id=nft1qgw6j93ynlu5d5ufhrwsq9e8ptlz9u624t0wgyzefn9wk9f90f9sv4kdss
ParamsDetails
nft_idThe id of NFT.
Note: The NFT id is Bech32 encoded version of launcer coin id of the NFT with HRP as 'nft'
networkIts optional
Possible values: mainnet|testnet10
VersionIts optional
Defaults to 1

Get NFT stats

Retrieves NFT total minted count in chia block chain

https://api.spacescan.io/stats/nfts
?authkey=your_auth_key
ParamsDetails
networkIts optional
Possible values: mainnet|testnet10
VersionIts optional
Defaults to 1