GET
/
assets
/
{asset_address}
curl --request GET \
  --url https://api.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

Response

200
application/json
Asset details
address
string

EVM address of the asset

decimals
integer

Number of decimals for the asset

name
string

Name of the asset

symbol
string

Symbol of the asset

creator
string | null

EVM address of the creator

totalSupply
integer

Total supply of the asset

mediaUri
string | null

URI of the asset's media