Get crypto purchase quotes
curl --request POST \
--url https://api.agg.market/ramp/quotes \
--header 'Content-Type: application/json' \
--header 'x-app-id: <api-key>' \
--data '
{
"sourceAmount": "<string>",
"sourceCurrencyCode": "<string>",
"destinationCurrencyCode": "<string>",
"paymentMethodType": "<string>"
}
'[
{
"serviceProvider": "<string>",
"transactionType": "<string>",
"sourceAmount": 123,
"sourceCurrencyCode": "<string>",
"destinationAmount": 123,
"destinationCurrencyCode": "<string>",
"exchangeRate": 123,
"totalFee": 123,
"networkFee": 123,
"transactionFee": 123,
"partnerFee": 123,
"fiatAmountWithoutFees": 123,
"paymentMethodType": "<string>",
"countryCode": "<string>",
"rampScore": 123,
"lowKyc": true
}
]Ramp
Get crypto purchase quotes
POST
/
ramp
/
quotes
Get crypto purchase quotes
curl --request POST \
--url https://api.agg.market/ramp/quotes \
--header 'Content-Type: application/json' \
--header 'x-app-id: <api-key>' \
--data '
{
"sourceAmount": "<string>",
"sourceCurrencyCode": "<string>",
"destinationCurrencyCode": "<string>",
"paymentMethodType": "<string>"
}
'[
{
"serviceProvider": "<string>",
"transactionType": "<string>",
"sourceAmount": 123,
"sourceCurrencyCode": "<string>",
"destinationAmount": 123,
"destinationCurrencyCode": "<string>",
"exchangeRate": 123,
"totalFee": 123,
"networkFee": 123,
"transactionFee": 123,
"partnerFee": 123,
"fiatAmountWithoutFees": 123,
"paymentMethodType": "<string>",
"countryCode": "<string>",
"rampScore": 123,
"lowKyc": true
}
]Authorizations
Your application ID. Required for all app-tier and user-tier routes.
Body
application/json
Response
200
⌘I