Wallet
Data from both endpoints can be used for the SELL and BUY side, however if you also want to show the current balances of a wallet you should go with the second endpoint.
/asset
Load a list of assets containing token and price information for wallet rebalancings
Header parameters
x-api-keystringOptional
31Third API key (Request via [email protected])
chain-idstringOptional
Chain ID as hex string. (e.g.: 0x1 for Ethereum mainnet)
Responses
200Success
application/json
get
/1.3/asset200Success
/asset/{address}
Load a list of assets containing token, price and balance information for wallet rebalancings
Also contains assets for all other supported tokens with a balance of zero
Path parameters
addressstringRequired
Header parameters
x-api-keystringOptional
31Third API key (Request via [email protected])
chain-idstringOptional
Chain ID as hex string. (e.g.: 0x1 for Ethereum mainnet)
Responses
200Success
application/json
get
/1.3/asset/{address}200Success
Last updated