The Spot endpoints provide read-only data about spot assets available on Pacifica, including their trading specifications, collateral eligibility, and the bridge parameters needed to deposit or withdraw assets on-chain. No authentication is required for any of these endpoints.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/pacifica-fi/docs-migrate/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/spot_assets — Get Spot Assets
Returns a list of all spot assets available on the exchange, including trading parameters and collateral eligibility. Results are sorted alphabetically by symbol. RequestInclude inactive spot assets. Defaults to
false.Return only assets eligible for unified margin collateral. Defaults to
false.Spot asset symbol.
Minimum price increment for this asset.
Minimum quantity increment for this asset.
Whether the asset is currently active for trading.
Whether the asset can be used as unified margin collateral.
Loan-to-value ratio when the asset is used as collateral, e.g.
"0.80" represents 80%.Timestamp (ms) when the asset was listed.
Timestamp (ms) of the last update.
GET /api/v1/spot_assets/bridge/info — Get Bridge Info
Returns bridge parameters for all spot assets, including minimum deposit amounts, withdrawal fees, and on-chain Solana program addresses. Response is cached for 1 minute. Request This endpoint takes no query parameters.Spot asset symbol.
Minimum deposit amount for this asset.
Fee charged on withdrawals for this asset.
Solana program address for the bridge contract.
SPL token mint address.
null for native SOL.Token decimal precision (e.g.
9 for SOL).GET /api/v1/spot_assets/bridge/parameters/ — Get Bridge Parameters
Returns bridge parameters for a single spot asset identified by its symbol. RequestSpot asset symbol, e.g.
SOL.Spot asset symbol.
Minimum deposit amount.
Fee charged on withdrawals.
Solana program address for the bridge contract.
SPL token mint address.
null for native SOL.Token decimal precision.