Get Mapped NFTs for ContractCopy Pagepost https://test.fio.eosusa.io/v1/chain/get_nfts_contractReturns all NFT Signatures for supplied NFT contract and token ID.Body Paramschain_codestringrequiredlength between 1 and 10Defaults to ETHSee Chain and token code standardcontract_addressstringrequiredlength between 1 and 128Defaults to 0x63c0691d05f441f42915ca6ca0a6f60d8ce148cdContract address on chain indicated via chain_codetoken_idstringlength between 0 and 64Defaults to 100010001Token ID. Omitting or providing empty token_id will return NFTs which have the same chain_code, contract_address. In other words, empty token_id field is a wildcard.limitintegerNumber of requests to return. If omitted, all requests will be returned.offsetintegerFirst request from list to return. If omitted, 0 is assumed.Responses 200Returns mapped NFTs. 400HTTP code 400 is returned when request was malformed or contained improper values. The response body will indicate the name of the incorrect field, its type, and the value the service received. 404HTTP code 404 is returned when the requested information could not be found.Updated 10 months ago