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

Query Parameters

q
string
required
marketType
enum<string>

Filter by market type. If empty, all markets will be returned.

Available options:
launchpad,
amm

Response

200
application/json
List of assets
assets
object[]
total
integer