Requesting a Quote

Obtain a quote for buying and selling crypto.

Get Asset List

GET https://live.betaapp.com/v1/asset

Query Parameters

Name
Type
Description

type

String

"crypto" or "fiat"

Headers

Name
Type
Description

accept*

String

application/json

{
  "assets": [
    {
      "active": true,
      "id": "string",
      "large_image_url": "string",
      "medium_image_url": "string",
      "name": "string",
      "networks": [
        {
          "id": "string",
          "name": "string"
        }
      ],
      "small_image_url": "string",
      "symbol": "string",
      "type": "string"
    }
  ],
  "message": "string"
}

Request Example:

Response Example:

Get Available Networks for an Asset

GET https://live.betaapp.com/network/asset/{asset}

Query Parameters

Name
Type
Description

asset*

String

Check Crypto coverage for more details.

Headers

Name
Type
Description

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

Name
Type
Description

Authorization*

String

Bearer {access_token}

accept*

String

application/json

Request Body

Name
Type
Description

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:

circle-info

You may receive target_amount_estimate or source_amount_estimatewhen 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