Skip to main content

Path Parameters

ParameterTypeRequiredDescription
symbolstringYesThe spot asset symbol (e.g. SOL)
Example: /api/v1/spot_assets/bridge/parameters/SOL

Response

  • Status 200: Success
FieldTypeDescription
”symbol”stringSpot asset symbol
”minimum_deposit”decimal stringMinimum deposit amount
”withdrawal_fee”decimal stringFee charged on withdrawals
”bridge_program”stringSolana program address for the bridge
”mint”string or nullToken mint address (null for native SOL)
“decimals”integerToken decimal precision
  • Status 404: Asset not found or no active bridge for the symbol.
  • Status 500: Internal server error

Code Example (Python)