post https://web3.nodit.io/v1///nft/getNftTransfersByContract
특정 컨트랙트에서 발생된 NFT 전송 목록을 조회합니다. 조회 결과에는 컨트랙트 메타데이터와 NFT 메타데이터가 포함됩니다.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
특정 컨트랙트에서 발생된 NFT 전송 목록을 조회합니다. 조회 결과에는 컨트랙트 메타데이터와 NFT 메타데이터가 포함됩니다.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
15curl --request POST \
--url https://web3.nodit.io/v1/ethereum/mainnet/nft/getNftTransfersByContract \
--header 'X-API-KEY: nodit-demo' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"contractAddress": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
"fromDate": "2025-01-01T00:00:00+00:00",
"toDate": "2025-01-31T00:00:00+00:00",
"withCount": false,
"withMetadata": false,
"withZeroValue": false
}
'
Try It!
to start a request and see the response here! Or choose an example: