ListingMetadata
listedAtstring<date-time>
When the NFT was listed
isLiveboolean
Whether the listing is currently live
Default value:
false
endsAtstring<date-time>nullable
When the listing ends (if applicable)
lutstringnullable
Lookup table address required for more complex transactions.
paymentMintstring
The mint address of the payment token
priceinteger
The listing price in the smallest unit of the payment token
usdValuenumber
The USD value of the listing price
groupIdstringnullable
Group identifier for the listing if listed within a group.
ListingMetadata
{
"listedAt": "2024-01-15T10:30:00Z",
"isLive": true,
"endsAt": "2024-01-22T10:30:00Z",
"paymentMint": "So11111111111111111111111111111111111111112",
"price": 1000000000,
"usdValue": 1.5,
"groupId": "group-123"
}