Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount_usd
string
required

Amount in USD to fund (minimum 5.00, maximum 10000.00).

Example:

"50.00"

Response

Quote created successfully

data
object