Skip to main content

Stablecoins — Direct API Endpoints

Allium

GET

PATCH

PathEst. CUDescription
direct/v1/Allium/api/v1/explorer/queries
/
100Update an Explorer query.

POST

PathEst. CUDescription
direct/v1/Allium/api/v1/explorer/queries100Create an Explorer query.
direct/v1/Allium/api/v1/developer/holdings/pnl100Fetch current wallet PnL.
direct/v1/Allium/api/v1/developer/holdings
/pnl-by-token
100Fetch current wallet and token PnL.
direct/v1/Allium/api/v1/developer/tokens
/transfers
100Fetch fungible token transfers.
direct/v1/Allium/api/v1/developer/wallet
/balances/history
100Fetch historical fungible token balances.
direct/v1/Allium/api/v1/developer/holdings/pnl
/history
100Fetch historical wallet PnL.
direct/v1/Allium/api/v1/developer/holdings
/pnl-by-token/history
100Fetch historical wallet and token PnL.
direct/v1/Allium/api/v1/developer/holdings
/history
100Fetch holdings history.
direct/v1/Allium/api/v1/developer/wallet
/balances
100Fetch latest fungible token balances.
direct/v1/Allium/api/v1/developer/prices100Fetch latest token prices.
direct/v1/Allium/api/v1/developer/tokens
/chain-address
100Fetch a token by chain and address.
direct/v1/Allium/api/v1/developer/prices
/at-timestamp
100Fetch token prices at a timestamp.
direct/v1/Allium/api/v1/developer/prices/history100Fetch token price history.
direct/v1/Allium/api/v1/developer/prices/stats100Fetch token price statistics.
direct/v1/Allium/api/v1/developer/assets/batch100Get multiple assets in one request.
direct/v1/Allium/api/v1/explorer/queries
//run-async
100Run an Explorer query asynchronously.

CoinMarketCap

GET

PathEst. CUDescription
direct/v1/CoinMarketCap/v1/dex/swap/list3180Get swap/trade history for a token
direct/v1/CoinMarketCap/v1/dex/token/pools3180Get all pools for a specific token
direct/v1/CoinMarketCap/v1/dex/token/price3180Get current price for a specific token
direct/v1/CoinMarketCap/v1/dex/token/price/batch3180Get prices for multiple tokens in one request

Dune

GET

PathEst. CUDescription
direct/v1/Dune/v1/dataset//100Get dataset metadata.
direct/v1/Dune/v1/execution/
/results
100Get execution results.
direct/v1/Dune/v1/execution/
/results/csv
100Get execution results as CSV.
direct/v1/Dune/v1/query//results100Get latest query results.
direct/v1/Dune/v1/query//results/csv100Get latest query results as CSV.
direct/v1/Dune/v1/datasets100List datasets.
direct/v1/Dune/v1/datasets/search100Search datasets.
direct/v1/Dune/v1/datasets/search-by-contract100Search datasets by contract address.

POST

PathEst. CUDescription
direct/v1/Dune/v1/query//execute100Execute a saved query.
direct/v1/Dune/v1/query//pipeline
/execute
100Execute a saved query pipeline.
direct/v1/Dune/v1/sql/execute100Execute SQL.