Last updated 29 days ago
Get the computed price of the whitelisted tokens, the native token BERA is represented as the zero address
USD
curl -L \ --url 'https://mainnet.api.oogabooga.io/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
curl -L \ --url 'https://mainnet.api.oogabooga.io/v1/tokens' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[ { "address": "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce", "name": "Honey", "symbol": "HONEY", "decimals": 18, "tokenURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/honey.png" } ]