Linked Signer

Retrieves current linked signer of a provided subaccount

Rate limits

  • 480 requests/min or 12 requests/sec per IP address. (weight = 5)

See more details in API Rate limits

Request

Connect

WEBSOCKET [GATEWAY_WEBSOCKET_ENDPOINT]

Message

{
  "type": "linked_signer",
  "subaccount": "0x9b9989a4E0b260B84a5f367d636298a8bfFb7a9b42544353504f540000000000"
}

Response

{
  "status": "success",
  "data": {
    "linked_signer": "0x0000000000000000000000000000000000000000"
  },
  "request_type": "query_linked_signer",
}

Notes:

  • linked_signer: the current linked signer address (20 bytes) associated to the provided subaccount. It returns the zero address when no signer is linked.

Last updated