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
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
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
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
get
/api/util/assets
200

Successful response

Last updated