Overview
warning
DeCash has released a beta versions of its API for testing. This API can still receive breaking changes.
DeCash API is the RPC-like API. It uses POST
methods only and accepts/responds with application/json
body content types.
Using this API
DeCash API is currently in beta testing phase. You can talk to API using the following endpoints:
- For main Algorand network, use https://api.decash.com/v1/ (see status).
- For test Algorand network, use https://api.preprod.decash.com/v1/.
API Methods
Informational Methods
Transactional Methods
To submit a signed transaction obtained from the methods above, use
Utility Methods
- CreateDelegatedWallet (also consider using decash-utils)