For the complete documentation index, see llms.txt. This page is also available as Markdown.

LiquidLink

Generate Key for EOSIO

POST https://api.dsp.io/v1/dsp/signfndspsvc/genkey

Request Body

Name
Type
Description

chain

string

chain

chain_type

string

chain type

account

string

account

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
{    "message": "Ain't no cake like that."}

Get Key for EVM (Ethereum)

POST https://api.dsp.io/v1/dsp/signfndspsvc/getkey

Get key

Request Body

Name
Type
Description

chain

string

chain

chain_type

string

chain type

account

string

account

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
{    "message": "Ain't no cake like that."}

Last updated

Was this helpful?