June 2026
2026.06.25
API updates
Typed-data message fields that carryuint256 onchain values now use the
string type instead of integer. These values can exceed JavaScript’s
safe-integer range (2^53). Sending them as strings prevents precision loss and
matches the data you sign.The change applies to the nonce, deadline, fee, and amount fields in the
Permit2 message and witness schemas. You use these schemas when you sign
StableFX trades and funding authorizations. Update your integration to send and
parse these fields as strings.2026.06.24
API additions
Added the following endpoints to read Settlement Advance reservations:2026.06.08
Added Settlement Advance, which lets a maker borrow local stablecoin inventory
against a Circle-issued credit line to fund and instantly settle a confirmed
StableFX trade.
Documentation additions
The following documentation was created:API additions
Added the following endpoints to support Settlement Advance:GET /v1/exchange/stablefx/settlementAdvance/creditPOST /v1/exchange/stablefx/settlementAdvance/reservePOST /v1/exchange/stablefx/signatures/settlementAdvance/presignPOST /v1/exchange/stablefx/settlementAdvanceGET /v1/exchange/stablefx/settlementAdvance/{advanceId}GET /v1/exchange/stablefx/settlementAdvancesPOST /v1/exchange/stablefx/settlementAdvance/repayment
April 2026
2026.04.14
Documentation additions
Added the following new topic for StableFX API limits:February 2026
2026.02.06
Documentation additions
Added the following new topic to document the StableFX trade lifecycle:2026.02.04
Added StableFX webhook documentation and subscription management API references.
Documentation additions
The following documentation was created:API additions
Added the following endpoints to support StableFX webhook subscriptions:POST /v1/stablefx/notifications/subscriptionsGET /v1/stablefx/notifications/subscriptionsGET /v1/stablefx/notifications/subscriptions/{id}PUT /v1/stablefx/notifications/subscriptions/{id}DELETE /v1/stablefx/notifications/subscriptions/{id}GET /v1/stablefx/notifications/signatures/{notificationId}
January 2026
2026.01.22
Updated StableFX documentation to reflect the latest API environments.