Util

Utility

Check address

post
/api/util/check-address

Check if the provided wallet address was used in the Fonbnk system

Authorizations
x-client-idstringRequired

Your client ID

Body
addressstringRequiredExample: 0xdfce2eff134a643953661ed8306145e8023d8f3f
Responses
chevron-right
200

Address usage status

application/json
usedbooleanOptionalExample: true
post
/api/util/check-address
200

Address usage status

Get supported countries with KYC rules

get
/api/util/countries

Returns a list of supported countries with KYC rules depends on order amount

Authorizations
x-client-idstringRequired

Your client ID

Responses
chevron-right
200

Successful response

application/json
countryIsoCodestringOptional

ISO code of the country, e.g. NG for Nigeria, KE for Kenya

currencyIsoCodestringOptional

ISO code of the local currency, e.g. NGN for Nigerian Naira, KES for Kenyan Shilling

namestringOptional

Name of the country, e.g. Nigeria, Kenya

get
/api/util/countries
200

Successful response

Get supported carriers

get
/api/util/carriers

Returns a list of supported carriers

Authorizations
x-client-idstringRequired

Your client ID

Responses
chevron-right
200

Successful response

application/json
countryIsoCodestringOptional

ISO code of the country, e.g. NG for Nigeria, KE for Kenya

get
/api/util/carriers
200

Successful response

Get supported blockchain assets

get
/api/util/assets

Returns a list of supported blockchain assets for the off-ramp and on-ramp

Authorizations
x-client-idstringRequired

Your client ID

Responses
chevron-right
200

Successful response

application/json
networkstring · enumOptionalPossible values:
assetstring · enumOptionalPossible values:
canOnrampbooleanOptional
canOfframpbooleanOptional
get
/api/util/assets
200

Successful response

Last updated