Environments
Environment-scoped routes accept the value in the following format:sandbox and live. The default is sandbox.
sandbox should be used while testing the wallet and transfer flows + payments.
While live is reserved explicitly for production operations.
Networks
By default, not all networks are available for usage, you will need to enable them as need fit for your usecase. UseGET /v1/workspace/networks and PUT /v1/workspace/networks to read and update enabled transfer networks.
Transfer policies
Workspaces can determine certain workflows before a transfer can be sent. You can use policies to block addresses, allow whitelisting to only known addresses UseGET /v1/workspace/transfer-policy and PUT /v1/workspace/transfer-policy to manage allowed and blocked destination address lists.
