Requesting a Quote
Obtain a quote for buying and selling crypto.
Get Asset List
GET
https://live.betaapp.com/v1/asset
Query Parameters
type
String
"crypto" or "fiat"
Headers
accept*
String
application/json
Request Example:
Response Example:
Get Available Networks for an Asset
GET
https://live.betaapp.com/network/asset/{asset}
Query Parameters
asset*
String
Check Crypto coverage for more details.
Headers
accept*
String
application/json
Request Example:
Response Example:
Get the quote for a specific asset
POST
https://live.betaapp.com/v1/quote
The quote is updated every 20 seconds or when the user changes the asset parameters.
Headers
Authorization*
String
Bearer {access_token}
accept*
String
application/json
Request Body
source_asset*
String
Asset that user wants to provide in the transaction. It could be any Fiat or Crypto.
target_asset*
String
Asset that user wants to receive in the transaction. It could be any supported Fiat or Crypto.
target_amount
Number
Amount to be delivered
source_amount
String
Amount to be collected
network*
String
Crypto network of the transaction
product*
String
"exchange"
Request Example:
Response Example:
You may receive target_amount_estimate
or
source_amount_estimate
when requesting quote.
If the user provides values for the Source Asset, Beta will provide a quote for the Target asset, and vice versa.
Last updated