stacks-blockchain-api icon indicating copy to clipboard operation
stacks-blockchain-api copied to clipboard

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

Open edyrkaj opened this issue 1 year ago • 3 comments

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 avatar Mar 19 '24 14:03 edyrkaj

Http response:


{
"message": "GET /extended/v2/addresses/SP35Q0J032X8KWFBEYE7BJ1AEP4KWFB51PKJVDGM9/transactions/0xa930fd1c2c8cea9d1a66f3a860bb3d7642c76dc2e1c3b918ffa9596511404cd6 not found"
}

edyrkaj avatar Mar 19 '24 14:03 edyrkaj

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.

rafaelcr avatar Apr 15 '24 15:04 rafaelcr

That's great! Thnx

edyrkaj avatar Apr 16 '24 22:04 edyrkaj