{ "opencollection": "1.0.0", "info": { "name": "CubeSigner Account Babylon API", "version": "v0.1.0" }, "items": [ { "info": { "name": "Babylon", "type": "folder" }, "items": [ { "info": { "name": "Create EOTS nonces", "type": "http" }, "http": { "method": "POST", "url": "https://gamma.signer.cubist.dev/v0/org/:org_id/babylon/eots/nonces/:pubkey", "params": [ { "name": "org_id", "value": "Org#124dfe3e-3bbd-487d-80c0-53c55e8ab87a", "type": "path", "description": "Name or ID of the desired Org" }, { "name": "pubkey", "value": "0x457f0f24cfb06c3c35874bbd1f59b57180a5a9d7e1f6929280839c830f5c147f", "type": "path", "description": "Hex-encoded public key of the EOTS key" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create EOTS nonces\n\nGenerates a set of Babylon EOTS nonces for a specified chain-id, starting at a\nspecified block height." }, { "info": { "name": "Create an EOTS signature", "type": "http" }, "http": { "method": "POST", "url": "https://gamma.signer.cubist.dev/v0/org/:org_id/babylon/eots/sign/:pubkey", "params": [ { "name": "org_id", "value": "Org#124dfe3e-3bbd-487d-80c0-53c55e8ab87a", "type": "path", "description": "Name or ID of the desired Org" }, { "name": "pubkey", "value": "0x457f0f24cfb06c3c35874bbd1f59b57180a5a9d7e1f6929280839c830f5c147f", "type": "path", "description": "Hex-encoded public key of the EOTS key" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create an EOTS signature\n\nGenerates an EOTS signature for the specified chain-id, block height, and message." } ] } ], "bundled": true }