For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Successful response

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

Successful response

Last updated