POST /keys
Create an API key with the signed challenge. The key is shown once.
POST https://marketmayhem.co/api/v1/keys| Field | Type | Required | Meaning |
|---|---|---|---|
nonce | string | yes | |
signature | string | yes | |
label | string |
Response
Section titled “Response”Errors
Section titled “Errors”Every error is { "error": { "code", "message", "fix"? } }. This endpoint can answer:
INVALID_SIGNATURE: The signature is missing, expired, or not from that wallet.KEY_LIMIT: A wallet can hold 10 active keys.KEYS_UNAVAILABLE: Keys could not be read or written just now.