Get NFT Details Others Related

Return the ID in the list through the <Get Top NFTs> to obtain the details of a single NFT, and return the price, bids, and activity information of the NFT

Request Url: /api/v2/meta/getNftDetailOthers

Request Method: GET

Request Parameters:

Field Name
Field Description
Type
Notes

id

NFT ID

string

event_type

Data Type (price|bids|activity)

string

contractAddress

Contract Address

string

tokenId

NFT Token ID

string

Price Type Output

Output Parameters: Array

Field Name
Field Description
Type

total_price

Price

integer

payment_token

Token Detail

object

created_date

Created Date

2022-05-13T09:30:03.044824

Output example:

{
    "resCode":"100",
    "resMsg":"Success",
    "data":{
        "lists":[
            {
                "total_price":"10000000000000000000",
                "payment_token":{
                    "symbol":"ETH",
                    "address":"0x0000000000000000000000000000000000000000",
                    "image_url":"https://openseauserdata.com/files/6f8e2979d428180222796ff4a33ab929.svg",
                    "name":"Ether",
                    "decimals":18,
                    "eth_price":"1.000000000000000",
                    "usd_price":"2038.549999999999955000"
                },
                "created_date":"2022-05-11T03:22:40.840355"
            }
        ]
    }
}

Bids Type Output

Output Parameters: Array

Field Name
Field Description
Type

total_price

Price

integer

payment_token

Token Detail

object

closing_date

Closing Date

2022-05-13T09:30:03.044824

maker_address

Maker Contract Address

string

Output example:

Activity Type Output

Output Parameters: Array - Offer

Field Name
Field Description
Type

event

Data Type

integer

payment_token

Token Detail

object

from_address

Source Contract Address

string

created_date

Created Date

2022-05-13T09:30:03.044824

Output Parameters: Array - Sale

Field Name
Field Description
Type

event

Data Type

string

price

Price

integer

payment_token

Token Detail

object

from_address

Original Contract Address

string

to_address

Receiver Contract Address

Receiver Contract Address

created_date

Created Date

2022-05-13T09:30:03.044824

Output Parameters: Array - Transfer

Field Name
Field Description
Type

event

Data Type

string

from_address

Original Contract Address

string

to_address

Receiver Contract Address

Receiver Contract Address

created_date

Created Date

2022-05-13T09:30:03.044824

Output Parameters: Array List

Field Name
Field Description
Type

event

Data Type

string

price

Price

integer

payment_token

Token Detail

object

from_address

Original Contract Address

string

created_date

Created Date

2022-05-13T09:30:03.044824

Output example:

Last updated