Get markets for an asset
curl --request GET \
--url https://api-testnet.gte.xyz/v1/assets/{asset_address}/markets
{
"markets": [
{
"marketType": "launchpad",
"address": "<string>",
"baseAsset": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"creator": "<string>",
"totalSupply": 123,
"mediaUri": "<string>"
},
"quoteAsset": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"creator": "<string>",
"totalSupply": 123,
"mediaUri": "<string>"
},
"price": 123,
"volume24hr": 123,
"marketCap": 123,
"createdAt": 123
}
],
"displayMarket": {
"marketType": "launchpad",
"address": "<string>",
"baseAsset": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"creator": "<string>",
"totalSupply": 123,
"mediaUri": "<string>"
},
"quoteAsset": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"creator": "<string>",
"totalSupply": 123,
"mediaUri": "<string>"
},
"price": 123,
"volume24hr": 123,
"marketCap": 123,
"createdAt": 123
}
}
Path Parameters
EVM address
Query Parameters
1 <= x <= 1000
x >= 0
Response
Type of the market
launchpad
, amm
EVM address of the market
Base asset of the market. On AMMs, this token comes first in the pair.
EVM address of the asset
Number of decimals for the asset
Name of the asset
Symbol of the asset
EVM address of the creator
Total supply of the asset
URI of the asset's media
Quote asset of the market. On AMMs, this token comes second in the pair.
EVM address of the asset
Number of decimals for the asset
Name of the asset
Symbol of the asset
EVM address of the creator
Total supply of the asset
URI of the asset's media
Price of the quote asset in the base asset
Volume of the market in the last 24 hours
Market cap of the market.
Timestamp of the market deployment
Type of the market
launchpad
, amm
EVM address of the market
Base asset of the market. On AMMs, this token comes first in the pair.
EVM address of the asset
Number of decimals for the asset
Name of the asset
Symbol of the asset
EVM address of the creator
Total supply of the asset
URI of the asset's media
Quote asset of the market. On AMMs, this token comes second in the pair.
EVM address of the asset
Number of decimals for the asset
Name of the asset
Symbol of the asset
EVM address of the creator
Total supply of the asset
URI of the asset's media
Price of the quote asset in the base asset
Volume of the market in the last 24 hours
Market cap of the market.
Timestamp of the market deployment
curl --request GET \
--url https://api-testnet.gte.xyz/v1/assets/{asset_address}/markets
{
"markets": [
{
"marketType": "launchpad",
"address": "<string>",
"baseAsset": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"creator": "<string>",
"totalSupply": 123,
"mediaUri": "<string>"
},
"quoteAsset": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"creator": "<string>",
"totalSupply": 123,
"mediaUri": "<string>"
},
"price": 123,
"volume24hr": 123,
"marketCap": 123,
"createdAt": 123
}
],
"displayMarket": {
"marketType": "launchpad",
"address": "<string>",
"baseAsset": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"creator": "<string>",
"totalSupply": 123,
"mediaUri": "<string>"
},
"quoteAsset": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"creator": "<string>",
"totalSupply": 123,
"mediaUri": "<string>"
},
"price": 123,
"volume24hr": 123,
"marketCap": 123,
"createdAt": 123
}
}