Get user fee rates
Limit 60 requests per 60 seconds
GET /v1/broker/user_info
Scope: Only each builder_id’s admin wallet can call this endpoint.
If account_id or address is provided, will always return the fee rate and indicate whether the user is on the builder’s default fee rate or not. Note that although both account_id and address are schema-optional, you must provide at least one of them to query a specific user’s fee rate. If neither is provided, the API will fail in certain operation modes due to missing user context.
Headers
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.