Parachain Networks
Fetching Tokens by subscan
With this API , you can return the list of tokens by subscan.
API Doc
Swagger Doc | ReDoc
Curl call example
curl -X GET "http://0.0.0.0:7000/v2/nftkit/nft/parachain/{chain}/account/{account}"
-H "Content-Type: application/json" Path parameters:
Chain:[string] chain to work with. EitherMOONBEAMorASTAR.account: your account.
Example:
curl -X GET "http://0.0.0.0:7000/v2/nftkit/nft/parachain/MOONBEAM/account/0x2e3A8FAb541F188Eb2378a8a3720E6616fd38830"
-H "Content-Type: application/json" Fetching EVM ERC721 Collectibles by subscan
With this API , you can return the list of NFTs on unique network.
API Doc
Swagger Doc | ReDoc
Curl call example
curl -X GET "http://0.0.0.0:7000/v2/nftkit/nft/parachain/{chain}/account/{account}/EvmErc721"
-H "Content-Type: application/json" Path parameters:
Chain:[string] chain to work with. EitherMOONBEAMorASTAR.account: your account.
Example:
curl -X GET "http://0.0.0.0:7000/v2/nftkit/nft/parachain/ASTAR/account/0x2e3A8FAb541F188Eb2378a8a3720E6616fd38830/EvmErc721
"
-H "Content-Type: application/json" Last updated
Was this helpful?
