hirosystems / stacks-blockchain-api

API for the Stacks blockchain
https://stacks-blockchain-api.vercel.app
GNU General Public License v3.0
171 stars 108 forks source link

v2 addresses/:principal/transactions/:tx_id [not working] #1896

Open edyrkaj opened 3 months ago

edyrkaj commented 3 months ago

Description:

Is saying that is deprecated and will be used in v2/ https://github.com/hirosystems/stacks-blockchain-api/blob/develop/src/api/routes/address.ts

image

v2/ addresses endpoints, Is missing the mentioned endpoint? or is not implemented yet? https://github.com/hirosystems/stacks-blockchain-api/blob/develop/src/api/routes/v2/addresses.ts

edyrkaj commented 3 months ago

Http response:


{
"message": "GET /extended/v2/addresses/SP35Q0J032X8KWFBEYE7BJ1AEP4KWFB51PKJVDGM9/transactions/0xa930fd1c2c8cea9d1a66f3a860bb3d7642c76dc2e1c3b918ffa9596511404cd6 not found"
}
rafaelcr commented 2 months ago

Thanks @edyrkaj this endpoint slipped through the cracks, we'll add it ASAP. In the meantime the old endpoint still works even though it's deprecated.

edyrkaj commented 2 months ago

That's great! Thnx