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)
Request
Response
{
"remaining_tx": "5",
"wait_time": 0,
"signer": "0x0000000000000000000000000000000000000000",
"total_tx_limit": "5"
}
Last updated