Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A chain name listed in supported networks
Available options:
sol
, base
, bsc
, polygon
, arbitrum
, optimism
, avalanche
, ethereum
, zksync
, sui
An address of a token
Example:
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
Response
200 - application/json
Token contract address
Example:
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Block height when token was created
Example:
123456789
Block slot when token was created
Example:
123456789
Block hash when token was created
Example:
"5J7X9K2M4N6P8Q"
Block timestamp when token was created
Example:
1754055151
Transaction signature for token creation
Example:
"3A7B9C1D2E4F6G8"
Type of token operation (create, mint, or burn)
Available options:
create
, mint
, burn
Example:
"create"