post
/get_sent_fio_requests
Sent requests call polls for any requests sent by provided FIO public key.
Request Body
1 Example
Schema
fio_public_key
string
Valid WIF Public Key with FIO Prefix
required
limit
integer
Number of requests to return. If omitted, all requests will be returned.
1 validation
offset
integer
First request from list to return. If omitted, 0 is assumed.
1 validation
Responses
1 Example
Schema
requests
array[object]
Multiple requests may be returned. All requests are returned.
more
integer
0 - no more results 1 - more results
Send a Test Request
POST
Send requests directly from the browser (CORS must be enabled)
$$.env
No $$.env variables are being used in this request.