/quotes
Header Parameters
idempotencystring
Max length
36
Pattern
^[a-zA-Z 0-9-_+=/]*$
Authorizationstring
Body Parameters
accountIdstring Required
ID of the account the rate should be created under.
Min length
38
Max length
100
Pattern
account_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
buyCurrencystring Required
3-letter Currency of what currency the account is looking to purchase.
Min length
3
Max length
3
sellCurrencystring Required
3-letter Currency of what currency the account is looking to sell.
Min length
3
Max length
3
buyAmountnumber
The amount of the buyCurrency that must be fixed for this quote. Either the buyAmount or sellAmount should be provided, but not both.
Minimum
1
sellAmountnumber
The amount of the sellCurrency that must be fixed for this quote. Either the buyAmount or sellAmount should be provided, but not both.
Minimum
1
Response
201
Object
Successful response.
Response Attributes
itemobject
Show child attributes
400
Object
Bad Request
Response Attributes
messagestring Required
errorsarray Required
Show child attributes
401
Object
Unauthorized
Response Attributes
messagestring
errorsarray Required
Show child attributes
409
Object
Conflict
Response Attributes
messagestring
errorsarray Required
Show child attributes
500
Object
Unknown Error
Response Attributes
messagestring
errorsarray Required
Show child attributes
Was this section helpful?
What made this section unhelpful for you?
Response
Was this section helpful?