Dfns Environments
Dfns offers developer a production environment and a staging environment.
Those two environment are fully independent — your data, including accounts and credentials, are never shared between the two.
Environments overview
The staging environment is to use only with test funds
This constraint exists to prevent customers from accidentally moving real funds into the staging environment. Dfns cannot prevent customers from using the staging environment to send funds to a mainnet chain. This is however against our terms of use, so please don't do it - thanks!
Building API endpoint URLs
Throughout our documentation, assume that you should prepend the environment base URL in front of the API paths given.
For example: GET /wallets/
should be interpreted as:
For production:
GET https://api.dfns.io/wallets/
[deprecated] For staging:
GET https://api.dfns.ninja/wallets/
Whitelisting webhooks origin IPs
Our webhooks will always be originated from the same IP address (see table above). You can therefore use these if you want to whitelist Dfns IPs for filtering webhook delivery.
Last updated