π₯³What's New?
Here you can find updates among Brian's new updates. Follow BrianknowsAI on X to stay always updated!
π£ Update #6 - December 2024
New API release including the following updates:
/transaction
/transactionadd Solana as a supported chain (swap, transfer and balance actions are currently available)
Integrated Jupiter solver for Solana swaps
general bug fixing and minor improvements
π£ Update #5 - October 2024
New API release including the following updates:
/agent
/agentrelease new
/agentAPI endpoint for creating chat-like applications. Check/agentpage.
/transaction
/transactionadd Mode as supported chain
the API response now contains the parameter extracted for the prompt and the user request and error (in case of errors)
update how the
balanceaction response is formattedgeneral bug fixing and minor improvements
π£ Update #4 - August 2024
New API release including the following updates:
/transaction
/transactionadd Taiko and Starknet as supported chains
add Bungee, Avnu.fi, and Symbiosis as supported solvers
add an
approvetransaction object as the first step in thestepsarray if needed. Theapprovetransaction already considers the eventual existing allowanceremove
amountToApproveparameter in API responsegeneral bug fixing and minor improvements
/knowledge
/knowledgeBREAKING CHANGE: changed the API response format, check /knowledge for more info
New Polygon Knowledge Box
/networks
/networksnew endpoint for checking all the availables networks in the Brian APIs and their
chainId
π£ Update #3 - July 2024
New API release including the following updates:
/transaction
/transactionfromAmountUsdin the description for swap and bridge operationsnew
amountToApproveparameter in API response. This parameter represents the eventual amount to approve before executing the requested transactioncustom error if the destination chain of a bridge is not currently supported
general bug fixing and minor improvements
π£ Update #2 - June 2024
New API release including the following updates:
/transaction
/transactionnew chain: Blast
the token
amountforwithdrawoperation can be a percentage of the user position too. Such as "withdraw half of my steth from lido on ethereum"the token
amountforrepayoperation can be a percentage of the user position too. Such as "repay half of my usdc debt on aave on arbitrum"new supported actions:
AAVE actions (on on Ethereum, Optimism, Arbitrum, Polygon and Base):
borrow tokens from aave v3 . Such as "borrow 2 usdc from aave" or "borrow 5 dollars of eth from aave"
reapy debt on aave v3 . Such as "repay 2 usdc debt on aave on polygon" or "repay half of my eth debt on aave on base "
Check loan-to-value, liquidation threshold, total debt, borrowed amount, borrowable amount and other info from aave-v3
general bug fixing and minor improvements
π£ Update #1 - May 2024
New API release including the following updates:
/transaction
/transactionnew chain: Scroll
chain extraction from the text prompt such as swap 10 usdc to dai on Base.
chainIdin the body is now an optional parameteraddressparameter in the body can now be an ENS (.eth) domainthe token
amountcan be expressed as a number ( swap 10 usdc to dai), as a dollar amount (swap 10 dollars of eth to dai), or as a percentage of the address balance passed into the body (swap half of my usdc to dai)new supported actions:
DeFi actions:
direct deposit on Lido finance protocol
deposit to DeFi protocols using Enso solver
withdraw from DeFi protocols using Enso solver
ENS actions:
check ENS availability
check ENS expiration
ENS forward resolution
ENS reverse resolution
ENS registration cost
ENS registration and renewal
parallelization of solvers for swap and bridge, we now support Enso and LiFi for swap and bridge operations to provide an answer in case one of them fails or does not support the requested route
general bug fixing and minor improvements
Last updated