1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "pacifica": [
- {
- "accountId": "pac-main-001",
- "alias": "Pacifica主账户",
- "privateKey": "your_base58_private_key_here",
- "environment": "production"
- },
- {
- "accountId": "pac-dev-001",
- "alias": "Pacifica开发账户",
- "privateKey": "your_development_private_key_here",
- "environment": "development"
- }
- ],
- "aster": [
- {
- "accountId": "ast-main-001",
- "alias": "Aster主账户",
- "ethPrivateKey": "0xyour_ethereum_private_key_here",
- "signerAddress": "0xyour_signer_address_here",
- "environment": "production"
- }
- ],
- "binance": [
- {
- "accountId": "bn-spot-001",
- "alias": "Binance现货账户",
- "apiKey": "your_binance_api_key",
- "secretKey": "your_binance_secret_key",
- "environment": "production"
- }
- ],
- "okx": [
- {
- "accountId": "okx-perp-001",
- "alias": "OKX永续账户",
- "apiKey": "your_okx_api_key",
- "secretKey": "your_okx_secret_key",
- "passphrase": "your_okx_passphrase",
- "environment": "production"
- }
- ]
- }
|