accounts.example.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "version": "1.0",
  3. "accounts": [
  4. {
  5. "id": "pacifica-main",
  6. "name": "Pacifica Main Account",
  7. "platform": "pacifica",
  8. "enabled": true,
  9. "credentials": {
  10. "type": "ed25519",
  11. "privateKey": "f26670e2ca334117f8859f9f32e50251641953a30b54f6ffcf82db836cfdfea5"
  12. },
  13. "metadata": {
  14. "alias": "Pacifica DEX Account",
  15. "description": "Main account for Pacifica DEX trading",
  16. "account": "3v2fE8y6uPVu5pmNCpmygpGNgdP3kGL3SMoVa86uvLLu",
  17. "environment": "production",
  18. "note": "privateKey is hex format converted from base58: 5r698iSYYz9NgX19igrAAiRSWzhtFmn98oMbb1KbX1J4JAVtmsy9PS27r37Qofqs7rEcYqdvZF9LVuBva6WtdXmw"
  19. }
  20. },
  21. {
  22. "id": "aster-test",
  23. "name": "Aster Test Account",
  24. "platform": "aster",
  25. "enabled": false,
  26. "credentials": {
  27. "type": "eip191",
  28. "privateKey": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
  29. },
  30. "metadata": {
  31. "alias": "Aster Testnet",
  32. "description": "Test account for Aster platform",
  33. "testnet": true
  34. }
  35. },
  36. {
  37. "id": "binance-api",
  38. "name": "Binance API Account",
  39. "platform": "binance",
  40. "enabled": false,
  41. "credentials": {
  42. "type": "hmac-sha256",
  43. "apiKey": "your_binance_api_key_here",
  44. "secretKey": "your_binance_secret_key_here"
  45. },
  46. "metadata": {
  47. "alias": "Binance Spot Trading",
  48. "description": "Binance API for spot trading",
  49. "permissions": ["SPOT"],
  50. "testnet": false
  51. }
  52. }
  53. ]
  54. }