v1
latestOpenAPI 3.1.02026-07-264915.3 KBGet Quote
The GetQuote endpoint allows retrieving current rate quotes for fiat/crypto pairs.
get/api/quote
Query parameters
partnerstring
your partner name on simplex end
tstring
The JWT token generated with quote parameters
pymsstring
can query for a specific payment method (optional)
Response
200
Example response
{
"digital_money": {
"currency": "BTC",
"amount": 0.01520302
},
"fiat_money": {
"currency": "USD",
"amount": 100
}
}