Skip to main content
GET
/
transaction
/
{method}
/
providers
Get providers
curl --request GET \
  --url https://dev.interface.monirates.com/v1/transaction/{method}/providers \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Path Parameters

method
enum<string>
required
Available options:
CARD,
WALLET,
BANK_TRANSFER,
MOBILE_MONEY,
BANK_ACCOUNT

Query Parameters

currency
enum<string>
required
Available options:
NGN,
USD,
EUR,
GBP,
CAD,
CNY,
INR,
GHS,
XOF,
USDT,
BUSD,
USDC,
CNGN,
XAF,
CDF,
KES,
MWK,
RWF,
TZS,
UGX,
ZMW,
ETB,
MAD,
ZAR
iso2
Required string length: 2

Response

Successful response

success
boolean
Example:

true

message
string
data
object

Response payload