Home > @infiniteobjects/eth-tokens-service > OpenSeaService > findAssetByTokenId
Signature:
findAssetByTokenId(contract: string, token: string, owner?: string): Promise<EthAssetToken>;
Parameter | Type | Description |
---|---|---|
contract | string | |
token | string | |
owner | string | (Optional) |
Returns:
Promise<EthAssetToken>