General Information
Before you can use the Payment Chief API, you must ensure that you have:
A registered account
A project verified by platform moderators
An uploaded RSA public key (required for secure key management)
Mandatory Step:
Before accessing any private keys or creating master/transit wallets, you must upload your public RSA key via
POST /rsa/upload.
Without this step, the platform cannot encrypt and return sensitive wallet data.
Before sending each request, you must sign it with your private key.
All requests are sent to the following base URL:
Last updated