GET
/
assets
/
{asset_address}
curl --request GET \
  --url https://api-testnet.gte.xyz/v1/assets/{asset_address}
{
  "address": "<string>",
  "decimals": 123,
  "name": "<string>",
  "symbol": "<string>",
  "creator": "<string>",
  "totalSupply": 123,
  "mediaUri": "<string>"
}

Path Parameters

asset_address
string
required

EVM address

Response

200
application/json
Asset details
address
string

EVM address of the asset

decimals
integer | null

Number of decimals for the asset

name
string | null

Name of the asset

symbol
string | null

Symbol of the asset

creator
string | null

EVM address of the creator

totalSupply
number | null

Total supply of the asset

mediaUri
string | null

URI of the asset's media