Copy query {
availableCountries {
id
name
code
}
}
This query allows you to fetch the market rate for any Cashramp country.
Copy query {
marketRate(countryCode: "NG") {
depositRate
withdrawalRate
}
}
This market rate should not be considered as the final rate . The final rate is provided when a user is assigned to an agent and proceeds to initiate a payment.
Copy query {
banks(countryCode: "NG") {
id
name
code
}
}
Copy query {
p2pPaymentMethodTypes(country: "VHlwZXM6OkNvdW50cnktN2FhZjdlYjEtODIwYi00YzA4LWIyM2ItODFlN2FjMTQyYmI0") {
id
identifier
label
fields {
label
identifier
required
}
}
}
Copy query {
rampableAssets {
name
symbol
networks
contractAddress
}
}
Copy query {
rampLimits {
minimumDepositUsd
minimumWithdrawalUsd
maximumDepositUsd
maximumWithdrawalUsd
dailyLimitUsd
}
}
Copy query {
merchantPaymentRequest(reference: "test_ref_1") {
id
paymentType
hostedLink
amount
currency
reference
metadata
status
}
}
Copy query {
account {
id
accountBalance
depositAddress
}
}