Quote
Learn about the Quote objects and its endpoints.
Last updated
Learn about the Quote objects and its endpoints.
Last updated
You can retrieve a Quote
object before committing for an exchange transaction. The object tells what price you can expect if you exchange your digital asset for another.
You can create, accept, and retrieve exchange quotes with Gluwa API.
POST /v1/Quote
Get Quote for currency exchange
PUT /v1/Quote
Accept quote received from POST /v1/Quote
endpoint.
GET /v1/:currency/Addresses/:address/Quotes
Get a list of accepted quotes.
GET /V1/Quotes/:ID
Get an accepted quote with ID.