This endpoint will be used by partners to get list of supported payment methods and minimum/maximum limits before signing up the end-user.
Once the end-user is Signed-up, it is recommended to use the private Payment Methods API endpoint to make sure correct data for the specific user is received, if applicable to your specific integration.
Because we use individual risk assessment limits might be different for the individual trader.
You can find more info on the blockchain network and smart contract address behind each supported cryptocurrency here for:
The API response of this endpoint contains three main objects (see example response on the right). Each of the objects has a specific combination of the inMedium
and outMedium
values that indicate for which trade type do the listed currencies, limits, and fees apply. You can see the clarification of trade types based on these values in the table below:
Values | Description of the object with the specific values |
---|---|
"inMedium ":"bank "," outMedium ":"blockchain " | Provides information about minimum/maximum amounts and general fees applied for Buy trades paid with a bank transfer. Also provides the information about the supported FIAT and cryptocurrencies. |
"inMedium ":"card "," outMedium ":"blockchain " | Provides information about minimum/maximum amounts and general fees applied for Buy trades paid with a credit card transaction. Also provides the information about the supported FIAT and cryptocurrencies. |
"inMedium ":"blockchain "," outMedium ":"bank " | Provides information about minimum/maximum amounts and general fees applied for Sell trades paid with a blockchain transaction. Also provides the information about the supported FIAT and cryptocurrencies. |