Spot
The section documents the info endpoints that are specific to spot.
Retrieve spot metadata
Name
Value
Name
Type
Description
{
"tokens": [
{
"name": "USDC",
"szDecimals": 8,
"weiDecimals" 8,
"index": 0,
"tokenId": "0x6d1e7cde53ba9467b783cb7c530ce054",
"isCanonical": true,
"evmContract":null,
"fullName":null
},
{
"name": "PURR",
"szDecimals": 0,
"weiDecimals": 5,
"index": 1,
"tokenId": "0xc1fb593aeffbeb02f85e0308e9956a90",
"isCanonical": true,
"evmContract":null,
"fullName":null
},
{
"name": "HFUN",
"szDecimals": 2,
"weiDecimals": 8,
"index": 2,
"tokenId": "0xbaf265ef389da684513d98d68edf4eae",
"isCanonical": false,
"evmContract":null,
"fullName":null
},
],
"universe": [
{
"name": "PURR/USDC",
"tokens": [1, 0],
"index": 0,
"isCanonical": true
},
{
"tokens": [2, 0],
"name": "@1",
"index": 1,
"isCanonical": false
},
]
}Retrieve spot asset contexts
Headers
Name
Type
Description
Request Body
Name
Type
Description
Retrieve a user's token balances
Headers
Name
Type
Description
Request Body
Name
Type
Description
Retrieve information about the Spot Deploy Auction
Name
Value
Name
Type
Description
Retrieve information about the Spot Pair Deploy Auction
Headers
Name
Value
Body
Name
Type
Description
Retrieve information about a token
Name
Value
Name
Type
Description
Last updated