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

Environment
API base URL
Dashboard URL
Chains
SLAs
Webhook origin IP

Production

api.dfns.io

Mainnet Testnet

Yes

35.181.116.68

[deprecated] Staging

api.dfns.ninja

Mainnet Testnet

No

52.47.197.63

The staging environment is to use only with test funds

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