Assets list
GEThttps://n00.testnet.vega.rocks/assets
Get a list of assets. This endpoint may not be exposed by mainnet nodes.
Request
Query Parameters
asset string
Responses
- 200
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
assets object[]
{
"assets": [
{
"details": {
"builtinAsset": {
"maxFaucetAmountMint": "string"
},
"decimals": "string",
"erc20": {
"contractAddress": "string",
"lifetimeLimit": "string",
"withdrawThreshold": "string"
},
"name": "string",
"quantum": "string",
"symbol": "string"
},
"id": "string",
"status": "STATUS_UNSPECIFIED"
}
]
}
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
code int32
details object[]
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
- curl
- python
- go
- nodejs
- CURL
curl -L -X GET 'https://n00.testnet.vega.rocks/assets' \
-H 'Accept: application/json'
ResponseClear