Backed API
The first version of the Backed API allows users to fetch the sweeping wallets to issue and redeem without accessing the UI.
Find below
Log into your account - - https://app.backed.fi
Go to settings - https://app.backed.fi/settings/api
Generate API Key
Keep your API Key secure- NOTE: We do not take responsibility for compromised API Keys.
Use your API Key to access our API to fetch your sweeping wallets.
Example curl request
Example curl response
Response explained
issue
Array of objects
No
Information about sweeping wallets used for issuance
redeem
Object
No
Information about sweeping wallet use for redemption
Issue and Redeem attributes
address
String
No
Sweeping wallet address
token
Object
Yes
Information about sweeping wallet’s associated token
Token attributes
name
String
No
Name of the token
symbol
String
No
Symbol of the token
networks
Array of strings
No
List of supported networks
Last updated