Skip to main content
POST
Credit a wallet's paper-trading balance

Authorizations

Authorization
string
header
required

Admin token set via the ADMIN_TOKEN environment variable.

Body

application/json
wallet
string
required

Wallet address to credit (Base58 Solana pubkey)

Example:

"G7EMUw3TmgTdXEaYZq82gUZStzkFe2RjEd9ZEjS6b4zc"

amount
integer
required

Amount to credit in USDC micros

Example:

10000000000

Response

Updated account balance

wallet
string
required
available
integer
required

Available balance after credit (USDC micros)

locked
integer
required

Locked balance (USDC micros)