curl --request GET \ --url https://api-testnet.gte.xyz/v1/assets
{ "assets": [ { "address": "<string>", "decimals": 123, "name": "<string>", "symbol": "<string>", "creator": "<string>", "totalSupply": 123, "mediaUri": "<string>" } ], "total": 123 }
Returns assets created by the given user address
1 <= x <= 1000
x >= 0
Show child attributes
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