v1

latestOpenAPI 3.0.02026-07-26150435405.8 KB
public

GetTokenMetadataBatch

GetTokenMetadataBatch allows you to query the token metadata of a batch of contracts and respective tokenIDs where map is contractAddress::[]tokenID => contractAddress::[]TokenMetadata Note, we limit each request to 50 contracts max and 50 tokens max per contract.

post/rpc/Metadata/GetTokenMetadataBatch

Request body

chainIDstring
contractTokenMapobject

map<string,[]string>

Response

OK

contractTokenMetadataobject

map<string,[]TokenMetadata>