Skip to main content

Create a collection quote

POST 

/api/v1/collections/quote

Initiate a new collection quote request with the provided details

Request

Header Parameters

    ApiKey stringrequired
    AccountId stringrequired

Body

required
    currency stringrequired

    Possible values: Value must match regular expression [A-Z]{3}

    Currency for the collection quote request

    country stringrequired

    Country for the collection quote request

Responses

Created

Schema
    id uuidrequired

    Unique ID of the collection quote

    fee objectrequired
    amount numberrequired

    The specific monetary value that is being converted from in the currency exchange

    currency stringrequired

    Possible values: Value must match regular expression [A-Z]{3}

    The type of currency that the money is being exchanged from

Loading...