Linked Signer Rate Limit
Query current linked signer and rate limit usage for a provided subaccount.
A subaccount can perform a max of 5 LinkSigner requests in 7 days. Use this query to check current usage and wait time.
Rate limits
1200 requests/min or 200 requests/10secs per IP address. (weight = 2)
See more details in API Rate limits
Request
Response
Notes:
remaining_tx
: keeps track of the remainingLinkSigner
executes that can be performed.total_tx_limit: that max weekly tx limit.
wait_time
: the total seconds you need to wait before performing anotherLinkSigner
execute. Can only perform another request whenwait_time
is0
.signer
: the current linked signer address (20 bytes) associated to the providedsubaccount
. It returns the zero address when no signer is linked.
Last updated