123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "version": "1.0",
- "accounts": [
- {
- "id": "pacifica-main",
- "name": "Pacifica Main Account",
- "platform": "pacifica",
- "enabled": true,
- "credentials": {
- "type": "ed25519",
- "privateKey": "f26670e2ca334117f8859f9f32e50251641953a30b54f6ffcf82db836cfdfea5"
- },
- "metadata": {
- "alias": "Pacifica DEX Account",
- "description": "Main account for Pacifica DEX trading",
- "account": "3v2fE8y6uPVu5pmNCpmygpGNgdP3kGL3SMoVa86uvLLu",
- "environment": "production",
- "note": "privateKey is hex format converted from base58: 5r698iSYYz9NgX19igrAAiRSWzhtFmn98oMbb1KbX1J4JAVtmsy9PS27r37Qofqs7rEcYqdvZF9LVuBva6WtdXmw"
- }
- },
- {
- "id": "aster-test",
- "name": "Aster Test Account",
- "platform": "aster",
- "enabled": false,
- "credentials": {
- "type": "eip191",
- "privateKey": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
- },
- "metadata": {
- "alias": "Aster Testnet",
- "description": "Test account for Aster platform",
- "testnet": true
- }
- },
- {
- "id": "binance-api",
- "name": "Binance API Account",
- "platform": "binance",
- "enabled": false,
- "credentials": {
- "type": "hmac-sha256",
- "apiKey": "your_binance_api_key_here",
- "secretKey": "your_binance_secret_key_here"
- },
- "metadata": {
- "alias": "Binance Spot Trading",
- "description": "Binance API for spot trading",
- "permissions": ["SPOT"],
- "testnet": false
- }
- }
- ]
- }
|