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
Body
addressstringOptionalExample: 0xdfce2eff134a643953661ed8306145e8023d8f3f
Responses
chevron-right
200

Address usage status

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

Address usage status

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
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