Last updated 2 months ago
Get the computed price of the whitelisted tokens, the native token BERA is represented as the zero address
/v1/prices
USD
curl -L \ --url '/v1/prices?currency=USD' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[ { "address": "0x7EeCA4205fF31f947EdBd49195a7A88E6A91161B", "price": 1 } ]
Get the list of tokens for trading on the Ooga Booga's Smart Order Routing
/v1/tokens
curl -L \ --url '/v1/tokens' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[ { "address": "0x0E4aaF1351de4c0264C5c7056Ef3777b41BD8e03", "name": "Honey", "symbol": "HONEY", "decimals": 18, "tokenURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/honey.png" } ]