cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/get_block_rfq_user_info \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "private/get_block_rfq_user_info", "params": {} } '
{ "jsonrpc": "2.0", "id": 1, "result": { "parent": { "identity": "MAKER1", "is_maker": true }, "users": [ { "user_id": 1, "taker_rating": 98.5, "identity": "TAKER1", "is_maker": false }, { "user_id": 2, "taker_rating": 97 } ] } }
Returns identity and rating information for the requesting account and its subaccounts. Includes both group-level and individual user-level alias data, if available.
Scope: block_rfq:read
block_rfq:read
Try in API console
Success response
The JSON-RPC version (2.0)
2.0
Show child attributes
The id that was sent in the request
Was this page helpful?