Links

Get Transfers From A Block To A Block

Get transfers of NFTs from a block number to a block number.
get
/api/transfers
Get Transfers From A Block To A Block

Get transfers of NFTs from a block number to a block number.

Parameters
Query
cursor
string
The cursor returned in the previous response (used for getting the next page).
limit
integer
The desired page size of the result.
from_block
integer
The minimum block number from which to start the search
to_block
integer
The maximum block number from which to end the search
chain*
string
The chain to query
format
string
The format of the token ID
Responses
200: OK
Successful Response
404: Not Found
ErrorMessage
422: Unprocessable Entity
HTTPValidationError