GET /asset
Aggregator Compatibility
GET /asset
Asset metadata: name, deposit/withdrawal status, fees, withdrawal limits.
GET
GET /asset
Description
Returns metadata for every asset listed on Binibit — display name, deposit/withdrawal status, fees, and limits. Useful for rendering deposit and withdrawal screens, fee calculators, and asset directories.Parameters
This endpoint takes no query parameters.Response
A JSON object keyed by asset symbol. Each value is an asset object.Asset object schema
Display name of the asset (e.g.
Bitcoin, Tether).CoinMarketCap unified asset ID where known.
null for assets without a CMC mapping.true if withdrawals are currently enabled for this asset.true if deposits are currently enabled for this asset.Minimum withdrawal amount in asset units.
null if not configured.Maximum single-transaction withdrawal amount.
null if no upper bound.Default spot maker fee, expressed as a fraction (e.g.
0.001 = 0.1%).Default spot taker fee.
Example request
Example response
Notes
- Fee fields reflect default tier rates. VIP and high-volume traders may have lower fees on their account.
- Deposit and withdrawal status can change in real time — always check before initiating a transfer.
- Withdrawal limits are denominated in the asset itself, not USD.
