Get started with Rise B2B API in minutes
.env
file for your configuration:
.env
file to version control. The wallet private key gives full access to your wallet. Store it securely and use environment variables in production.Error | Solution |
---|---|
Wallet address is required | Ensure WALLET_ADDRESS is set in your .env file |
riseid is required | Make sure RISE_ID is set and valid |
Invalid signature | Verify youโre using the correct wallet and signing the exact message |
SIWE error: Invalid signature | Check that the nonce matches and the message hasnโt expired |
Error | Solution |
---|---|
401 Unauthorized | Your JWT token has expired - re-authenticate |
403 Forbidden | You donโt have permission for this operation - check your role |
404 Not Found | The resource doesnโt exist - verify the nanoid |
https://b2b-api.riseworks.io
) and implement proper error handling before going live.