credentials.example.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "pacifica": [
  3. {
  4. "accountId": "pac-main-001",
  5. "alias": "Pacifica主账户",
  6. "privateKey": "your_base58_private_key_here",
  7. "environment": "production"
  8. },
  9. {
  10. "accountId": "pac-dev-001",
  11. "alias": "Pacifica开发账户",
  12. "privateKey": "your_development_private_key_here",
  13. "environment": "development"
  14. }
  15. ],
  16. "aster": [
  17. {
  18. "accountId": "ast-main-001",
  19. "alias": "Aster主账户",
  20. "ethPrivateKey": "0xyour_ethereum_private_key_here",
  21. "signerAddress": "0xyour_signer_address_here",
  22. "environment": "production"
  23. }
  24. ],
  25. "binance": [
  26. {
  27. "accountId": "bn-spot-001",
  28. "alias": "Binance现货账户",
  29. "apiKey": "your_binance_api_key",
  30. "secretKey": "your_binance_secret_key",
  31. "environment": "production"
  32. }
  33. ],
  34. "okx": [
  35. {
  36. "accountId": "okx-perp-001",
  37. "alias": "OKX永续账户",
  38. "apiKey": "your_okx_api_key",
  39. "secretKey": "your_okx_secret_key",
  40. "passphrase": "your_okx_passphrase",
  41. "environment": "production"
  42. }
  43. ]
  44. }