How To Guides
A variety of how-tos for common market making needs
1. Getting the list of trades
curl "https://api.hashflow.com/maker/v3/pool/getTrades?networkId=<networkId>&pool=<poolAddress>&" \
"startTs=1659550186&endTs=1659700186&marketMaker=<MakerName>" \
-H "authorization:<maker-key>"2. Post Trade Restriction
{
"marketMaker": string,
"trader": string,
"reason": "rate_limit",
"expiryTimestampMs": number, //optional
"chain": {
"chainType": string, //evm|solana
"chainId": number
} // optional
}3. Getting the list of supported tokens
Supporting other chains
Last updated
Was this helpful?