returns correct value of amount = 100.
Full response (after filtering the result by token id= 30303918488147675524746157622421434662120376452804653719934145608274626872327):
{
token_address: '0x92239fe0f4a8efb5cf4a3b3370a3212561585874',
token_id: '30303918488147675524746157622421434662120376452804653719934145608274626872327',
amount: '100',
contract_type: 'ERC1155',
name: 'The Skull Collection by Amy Karle',
symbol: null,
token_uri: 'https://api.keevowallet.com/nft/92239fe0f4a8efb5cf4a3b3370a3212561585874/42ff68f8763069a1db9c41bc21017359f8dd7b401d930a7719a0185a94b60407/meta',
metadata: '{"image":"https://api.keevowallet.com/nft/media/42ff68f8763069a1db9c41bc21017359f8dd7b401d930a7719a0185a94b60407","name":"Transmutation","description":"“Transmutation” by Amy Karle, 2022. Limited Edition of 100 in The Skull Collection (20 Collector’s Editions available in Genesis Drop, remainder held in Artist Reserve)."}', synced_at: '2022-02-13T02:32:55.636Z'
}
Are these amount fields in responses of those two requests (getTokenIdMetadata, getAllTokenIds) have the same meaning?
If so there is a bug (incorrect amount value in getTokenIdMetadata request).
If not what meaning has amount field in the response of getTokenIdMetadata?
The following request:
returns amount = 1. Full response:
The request:
returns correct value of amount = 100. Full response (after filtering the result by token id= 30303918488147675524746157622421434662120376452804653719934145608274626872327):
Are these amount fields in responses of those two requests (getTokenIdMetadata, getAllTokenIds) have the same meaning? If so there is a bug (incorrect amount value in getTokenIdMetadata request). If not what meaning has amount field in the response of getTokenIdMetadata?