Get Transfer History
To get a history of all transfers, make a GET request to/transfers
from_id- The transfer id to start from for paginationname- The fname to filter byfid- The fid (either from or to) to filter byfrom_ts- The timestamp (in seconds) to start from for pagination
Get current fname or fid
To get the most recent transfer event for an fid or fname, make a GET request to/transfers/current
e.g. To determine the fid of @farcaster, make the following call and use the value from the to field in the return
value
1, make the following call and use the value from the username field in the return
value
Register or transfer an fname
To register a new fname, e.g.farcaster, first make sure the fname is not already registered.
Then make a POST request to /transfers with the following body:

